Skip to content

Commit 77383e5

Browse files
committed
Remove version 15 designation
1 parent 23c3809 commit 77383e5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ tasks.register('integrationTest', Test) {
158158
description = 'Runs integration tests.'
159159
group = 'verification'
160160

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-
166161
testClassesDirs = sourceSets.intTest.output.classesDirs
167162
classpath = sourceSets.intTest.runtimeClasspath
168163
shouldRunAfter test

0 commit comments

Comments
 (0)