Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed May 21, 2024
1 parent 9c9745b commit b9751c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id 'net.researchgate.release'
}

subprojects {
// See https://github.com/gradle/gradle/issues/22317
tasks.withType(Test).configureEach {
Expand All @@ -17,8 +21,6 @@ subprojects {
}
}

apply plugin: 'net.researchgate.release'

release {
tagTemplate = '$name-$version'
}
Expand Down
1 change: 0 additions & 1 deletion laa-ccms-java-gradle-plugin/gradle.properties

This file was deleted.

1 change: 0 additions & 1 deletion laa-ccms-spring-boot-dependencies/gradle.properties

This file was deleted.

0 comments on commit b9751c2

Please sign in to comment.