Skip to content

Commit

Permalink
Fix Gradle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Oct 25, 2023
1 parent db484bb commit ada0785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ radarKotlin {
slf4jVersion.set(Versions.slf4j)
}

val integrationTestSourceSet = sourceSets.create("integrationTest") {
val integrationTestSourceSet: SourceSet = sourceSets.create("integrationTest") {
compileClasspath += sourceSets.main.get().output
runtimeClasspath += sourceSets.main.get().output
}
Expand Down

0 comments on commit ada0785

Please sign in to comment.