Skip to content

Commit

Permalink
buildfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed May 28, 2024
1 parent 83eb623 commit ad9dd8b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ allprojects {
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "3.3.0"
extra["kotlin.version"] = Versions.KOTLIN_VERSION

// configurations.all {
// resolutionStrategy {
// force("com.graphql-java:graphql-java:21.5")
// }
// }
}
val internalBomModules by extra(
listOf(
Expand Down Expand Up @@ -100,10 +94,6 @@ configure(subprojects.filterNot { it in internalBomModules }) {
annotationProcessor("org.springframework.boot:spring-boot-autoconfigure-processor")
// Produce Config Metadata for properties used in Spring Boot
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
// Speed up processing of AutoConfig's produced by Spring Boot for Kotlin
// kapt("org.springframework.boot:spring-boot-autoconfigure-processor:${springBootVersion}")
// Produce Config Metadata for properties used in Spring Boot for Kotlin
// kapt("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")

// Sets the JMH version to use across modules.
// Please refer to the following links for further reference.
Expand Down

0 comments on commit ad9dd8b

Please sign in to comment.