Skip to content

Commit

Permalink
Test the nexus location
Browse files Browse the repository at this point in the history
  • Loading branch information
poornaSavindi committed Jun 5, 2024
1 parent 01e6061 commit 13a58ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ buildscript {
}

repositories {
if (true) {
isCi = false
if (isCi) {
maven { url "${localNexusLocation}/public" }
} else {
maven { url 'https://plugins.gradle.org/m2/' }
Expand Down

0 comments on commit 13a58ee

Please sign in to comment.