Skip to content

Commit

Permalink
allow overriding snapshot url
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
1 parent 50f917d commit 67e761c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ BINTRAY_KEY=key
username = artifactoryUsername
password = artifactoryPassword
}
url getDefaultGrailsCentralSnapshotRepo()
url gpe.snapshotUrl? gpe.snapshotUrl : getDefaultGrailsCentralSnapshotRepo()
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ class GrailsPublishExtension {
*/
String sonatypeOssPassword

String snapshotUrl

License getLicense() {
return license
}
Expand Down

0 comments on commit 67e761c

Please sign in to comment.