Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 24, 2024
1 parent 6d6e6c9 commit 073e17c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ buildscript {
ext.escrowBuild = m2localPath != null
repositories {
if (escrowBuild) {
println("Escrow mode detected - using local maven repository: $m2localPath")
println("** Escrow mode detected - using local maven repository: $m2localPath")
maven {
url m2localPath
}
} else {
println("** Escrow mode not detected - using standard maven local repository")
mavenLocal()
}
}
Expand Down

0 comments on commit 073e17c

Please sign in to comment.