Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed May 15, 2024
1 parent dcf1cf7 commit 4a61f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.1
version=0.0.1-SNAPSHOT

springBootVersion = 3.2.5
springBootDependencyManagementVersion = 1.1.5
Expand Down
2 changes: 1 addition & 1 deletion laa-ccms-java-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url "https://maven.pkg.github.com/ministryofjustice/${project.name}"
url "https://maven.pkg.github.com/ministryofjustice/${rootProject.name}"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion laa-ccms-spring-boot-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url "https://maven.pkg.github.com/ministryofjustice/${project.name}"
url "https://maven.pkg.github.com/ministryofjustice/${rootProject.name}"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 4a61f88

Please sign in to comment.