Skip to content

Commit c14cbeb

Browse files
committed
Gradle 7 support
1 parent 0603ede commit c14cbeb

12 files changed

+25
-85
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
plugins {
19-
id 'nebula.plugin-plugin' version '15.4.1'
19+
id 'nebula.plugin-plugin' version '16.0.1'
2020
}
2121

2222
description 'Plugins to add provided and optional configurations'

gradle.lockfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This is a Gradle generated file for dependency locking.
2+
# Manual edits can break the build and are not advised.
3+
# This file is expected to be part of source control.
4+
cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath
5+
com.netflix.nebula:nebula-gradle-interop:1.0.11=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.netflix.nebula:nebula-test:10.0.1=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
junit:junit:4.13=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
org.apiguardian:apiguardian-api:1.1.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
org.codehaus.groovy:groovy:3.0.6=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
org.hamcrest:hamcrest-core:1.3=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.hamcrest:hamcrest:2.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14+
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
org.jetbrains.kotlin:kotlin-stdlib:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
org.jetbrains:annotations:13.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
org.junit.platform:junit-platform-commons:1.7.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
org.junit.platform:junit-platform-engine:1.7.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.objenesis:objenesis:2.4=integTestRuntimeClasspath,testRuntimeClasspath
20+
org.opentest4j:opentest4j:1.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
org.spockframework:spock-core:2.0-M4-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.spockframework:spock-junit4:2.0-M4-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
empty=annotationProcessor,integTestAnnotationProcessor,testAnnotationProcessor

gradle/dependency-locks/annotationProcessor.lockfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

gradle/dependency-locks/compileClasspath.lockfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

gradle/dependency-locks/integTestAnnotationProcessor.lockfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

gradle/dependency-locks/integTestCompileClasspath.lockfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

gradle/dependency-locks/integTestRuntimeClasspath.lockfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

gradle/dependency-locks/runtimeClasspath.lockfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

gradle/dependency-locks/testAnnotationProcessor.lockfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

gradle/dependency-locks/testCompileClasspath.lockfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)