@@ -14,7 +14,7 @@ dgs = "5.0.5"
1414# BOMs
1515boms-junit = { module = " org.junit:junit-bom" , version.ref = " junit" }
1616boms-spring-boot = { module = " org.springframework.boot:spring-boot-dependencies" , version.ref = " spring-boot" }
17- boms-dgs = { module = " com.netflix.graphql.dgs:graphql-dgs-platform-dependencies" , version.ref = " dgs" }
17+ boms-dgs = { module = " com.netflix.graphql.dgs:graphql-dgs-platform-dependencies" , version.ref = " dgs" }
1818
1919# Libraries
2020groovy-all = { module = " org.codehaus.groovy:groovy-all" , version.ref = " groovy" }
@@ -23,6 +23,8 @@ commons-text = { module = "org.apache.commons:commons-text", version.ref = "comm
2323spock-core = { module = " org.spockframework:spock-core" , version.ref = " spock" }
2424spock-spring = { module = " org.spockframework:spock-spring" , version.ref = " spock" }
2525graphql-java = { module = " com.graphql-java:graphql-java" , version.ref = " graphql-java" }
26+ tailrocks-maven-publish-conventions = { module = " com.tailrocks.gradle:maven-publish-conventions" , version = " 0.1.8" }
27+ tailrocks-signing-conventions = { module = " com.tailrocks.gradle:signing-conventions" , version = " 0.1.3" }
2628
2729[plugins ]
2830test-logger = { id = " com.adarshr.test-logger" , version = " 3.2.0" }
@@ -31,8 +33,6 @@ tailrocks-java = { id = "com.tailrocks.java", version = "0.1.4" }
3133tailrocks-idea = { id = " com.tailrocks.idea" , version = " 0.1.3" }
3234tailrocks-junit = { id = " com.tailrocks.junit" , version = " 0.1.5" }
3335tailrocks-versions = { id = " com.tailrocks.versions" , version = " 0.1.4" }
34- tailrocks-maven-publish = { id = " com.tailrocks.maven-publish" , version = " 0.1.8" }
35- tailrocks-signing = { id = " com.tailrocks.signing" , version = " 0.1.3" }
3636kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
3737kotlin-kapt = { id = " org.jetbrains.kotlin.kapt" , version.ref = " kotlin" }
3838kotlin-plugin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
0 commit comments