Skip to content

Commit

Permalink
Merge branch '6.2.x' into 7.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
2 parents 3a4760a + 67e761c commit 1f06758
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 1f06758

Please sign in to comment.