We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c3809 commit 77383e5Copy full SHA for 77383e5
1 file changed
build.gradle
@@ -158,11 +158,6 @@ tasks.register('integrationTest', Test) {
158
description = 'Runs integration tests.'
159
group = 'verification'
160
161
- // This is mostly so we can use """strings"""
162
- // in tests and not have it yell at us.
163
- sourceCompatibility = JavaVersion.VERSION_15
164
- targetCompatibility = JavaVersion.VERSION_15
165
-
166
testClassesDirs = sourceSets.intTest.output.classesDirs
167
classpath = sourceSets.intTest.runtimeClasspath
168
shouldRunAfter test
0 commit comments