Skip to content

Commit

Permalink
remove snapshot config
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed May 21, 2024
1 parent cfae338 commit 50badba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions laa-ccms-spring-boot-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ java {
toolchain.languageVersion.set(JavaLanguageVersion.of(javaVersion))
}

release {
// To allow LAA CCMS Java Gradle Plugin to be pulled in below
failOnSnapshotDependencies = false
}
//release {
// // To allow LAA CCMS Java Gradle Plugin to be pulled in below
// failOnSnapshotDependencies = false
//}

dependencies {
implementation gradleApi()
Expand Down

0 comments on commit 50badba

Please sign in to comment.