From 2cee00479639849bd9f55910ba2259e66330e183 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Mon, 13 Sep 2021 12:13:44 -0700 Subject: [PATCH] Gradle 7 support --- build.gradle | 2 +- gradle.lockfile | 51 +++++++++++++++++++ .../annotationProcessor.lockfile | 3 -- .../compileClasspath.lockfile | 34 ------------- .../integTestAnnotationProcessor.lockfile | 3 -- .../integTestCompileClasspath.lockfile | 41 --------------- .../integTestRuntimeClasspath.lockfile | 43 ---------------- .../runtimeClasspath.lockfile | 34 ------------- .../testAnnotationProcessor.lockfile | 3 -- .../testCompileClasspath.lockfile | 41 --------------- .../testRuntimeClasspath.lockfile | 43 ---------------- gradle/wrapper/gradle-wrapper.properties | 2 +- 12 files changed, 53 insertions(+), 247 deletions(-) create mode 100644 gradle.lockfile delete mode 100644 gradle/dependency-locks/annotationProcessor.lockfile delete mode 100644 gradle/dependency-locks/compileClasspath.lockfile delete mode 100644 gradle/dependency-locks/integTestAnnotationProcessor.lockfile delete mode 100644 gradle/dependency-locks/integTestCompileClasspath.lockfile delete mode 100644 gradle/dependency-locks/integTestRuntimeClasspath.lockfile delete mode 100644 gradle/dependency-locks/runtimeClasspath.lockfile delete mode 100644 gradle/dependency-locks/testAnnotationProcessor.lockfile delete mode 100644 gradle/dependency-locks/testCompileClasspath.lockfile delete mode 100644 gradle/dependency-locks/testRuntimeClasspath.lockfile diff --git a/build.gradle b/build.gradle index 097cd5f..fe3d31e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { - id 'nebula.plugin-plugin' version '15.4.1' + id 'nebula.plugin-plugin' version '16.0.1' } compileGroovy.groovyOptions.configurationScript = file('src/groovyCompile/groovycConfig.groovy') diff --git a/gradle.lockfile b/gradle.lockfile new file mode 100644 index 0000000..8f17f0d --- /dev/null +++ b/gradle.lockfile @@ -0,0 +1,51 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath +com.github.stefanbirkner:system-rules:1.19.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +com.googlecode.javaewah:JavaEWAH:1.1.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.connector-factory:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.core:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.pageant:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.sshagent:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.usocket-jna:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch.agentproxy.usocket-nc:0.0.7=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jsch:0.1.55=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.jcraft:jzlib:1.1.2=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:gradle-contacts-plugin:6.0.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-gradle-interop:1.0.11=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-test:10.0.1=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +com.perforce:p4java:2015.2.1365273=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.trilead:trilead-ssh2:1.0.0-build220=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +de.regnis.q.sequence:sequence-library:1.0.3=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +junit:junit-dep:4.11=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +junit:junit:4.13=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +net.java.dev.jna:jna-platform:5.7.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +net.java.dev.jna:jna:5.7.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +net.java.dev.jna:platform:3.4.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ajoberstar.grgit:grgit-core:4.0.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.antlr:antlr-runtime:3.4=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.bouncycastle:bcpg-jdk15on:1.64=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.bouncycastle:bcpkix-jdk15on:1.64=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.bouncycastle:bcprov-jdk15on:1.64=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.codehaus.groovy:groovy:3.0.6=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.hamcrest:hamcrest-core:1.3=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.hamcrest:hamcrest:2.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:1.3.50=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.7.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.7.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:2.4=integTestRuntimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.slf4j:slf4j-api:1.7.2=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.0-M4-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.0-M4-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.tmatesoft.sqljet:sqljet:1.1.10=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.tmatesoft.svnkit:svnkit:1.8.12=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +empty=annotationProcessor,integTestAnnotationProcessor,testAnnotationProcessor diff --git a/gradle/dependency-locks/annotationProcessor.lockfile b/gradle/dependency-locks/annotationProcessor.lockfile deleted file mode 100644 index 656c5db..0000000 --- a/gradle/dependency-locks/annotationProcessor.lockfile +++ /dev/null @@ -1,3 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. diff --git a/gradle/dependency-locks/compileClasspath.lockfile b/gradle/dependency-locks/compileClasspath.lockfile deleted file mode 100644 index dc28b4f..0000000 --- a/gradle/dependency-locks/compileClasspath.lockfile +++ /dev/null @@ -1,34 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.slf4j:slf4j-api:1.7.2 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/dependency-locks/integTestAnnotationProcessor.lockfile b/gradle/dependency-locks/integTestAnnotationProcessor.lockfile deleted file mode 100644 index 656c5db..0000000 --- a/gradle/dependency-locks/integTestAnnotationProcessor.lockfile +++ /dev/null @@ -1,3 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. diff --git a/gradle/dependency-locks/integTestCompileClasspath.lockfile b/gradle/dependency-locks/integTestCompileClasspath.lockfile deleted file mode 100644 index 9ba143c..0000000 --- a/gradle/dependency-locks/integTestCompileClasspath.lockfile +++ /dev/null @@ -1,41 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -com.github.stefanbirkner:system-rules:1.19.0 -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.netflix.nebula:nebula-test:9.0.0 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -junit:junit-dep:4.11 -junit:junit:4.12 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.ajoberstar.grgit:grgit-core:4.0.2 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.hamcrest:hamcrest-core:1.3 -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.slf4j:slf4j-api:1.7.2 -org.spockframework:spock-core:1.3-groovy-2.4 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/dependency-locks/integTestRuntimeClasspath.lockfile b/gradle/dependency-locks/integTestRuntimeClasspath.lockfile deleted file mode 100644 index 282d164..0000000 --- a/gradle/dependency-locks/integTestRuntimeClasspath.lockfile +++ /dev/null @@ -1,43 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -cglib:cglib-nodep:3.2.2 -com.github.stefanbirkner:system-rules:1.19.0 -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.netflix.nebula:nebula-test:9.0.0 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -junit:junit-dep:4.11 -junit:junit:4.12 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.ajoberstar.grgit:grgit-core:4.0.2 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.hamcrest:hamcrest-core:1.3 -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.objenesis:objenesis:2.4 -org.slf4j:slf4j-api:1.7.2 -org.spockframework:spock-core:1.3-groovy-2.4 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/dependency-locks/runtimeClasspath.lockfile b/gradle/dependency-locks/runtimeClasspath.lockfile deleted file mode 100644 index dc28b4f..0000000 --- a/gradle/dependency-locks/runtimeClasspath.lockfile +++ /dev/null @@ -1,34 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.slf4j:slf4j-api:1.7.2 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/dependency-locks/testAnnotationProcessor.lockfile b/gradle/dependency-locks/testAnnotationProcessor.lockfile deleted file mode 100644 index 656c5db..0000000 --- a/gradle/dependency-locks/testAnnotationProcessor.lockfile +++ /dev/null @@ -1,3 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. diff --git a/gradle/dependency-locks/testCompileClasspath.lockfile b/gradle/dependency-locks/testCompileClasspath.lockfile deleted file mode 100644 index 9ba143c..0000000 --- a/gradle/dependency-locks/testCompileClasspath.lockfile +++ /dev/null @@ -1,41 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -com.github.stefanbirkner:system-rules:1.19.0 -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.netflix.nebula:nebula-test:9.0.0 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -junit:junit-dep:4.11 -junit:junit:4.12 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.ajoberstar.grgit:grgit-core:4.0.2 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.hamcrest:hamcrest-core:1.3 -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.slf4j:slf4j-api:1.7.2 -org.spockframework:spock-core:1.3-groovy-2.4 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/dependency-locks/testRuntimeClasspath.lockfile b/gradle/dependency-locks/testRuntimeClasspath.lockfile deleted file mode 100644 index 282d164..0000000 --- a/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ /dev/null @@ -1,43 +0,0 @@ -# This is a Gradle generated file for dependency locking. -# Manual edits can break the build and are not advised. -# This file is expected to be part of source control. -cglib:cglib-nodep:3.2.2 -com.github.stefanbirkner:system-rules:1.19.0 -com.googlecode.javaewah:JavaEWAH:1.1.7 -com.jcraft:jsch.agentproxy.connector-factory:0.0.7 -com.jcraft:jsch.agentproxy.core:0.0.7 -com.jcraft:jsch.agentproxy.pageant:0.0.7 -com.jcraft:jsch.agentproxy.sshagent:0.0.7 -com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7 -com.jcraft:jsch.agentproxy.usocket-jna:0.0.7 -com.jcraft:jsch.agentproxy.usocket-nc:0.0.7 -com.jcraft:jsch:0.1.55 -com.jcraft:jzlib:1.1.2 -com.netflix.nebula:gradle-contacts-plugin:5.1.0 -com.netflix.nebula:nebula-gradle-interop:1.0.11 -com.netflix.nebula:nebula-test:9.0.0 -com.perforce:p4java:2015.2.1365273 -com.trilead:trilead-ssh2:1.0.0-build220 -de.regnis.q.sequence:sequence-library:1.0.3 -junit:junit-dep:4.11 -junit:junit:4.12 -net.java.dev.jna:jna-platform:5.7.0 -net.java.dev.jna:jna:5.7.0 -net.java.dev.jna:platform:3.4.0 -org.ajoberstar.grgit:grgit-core:4.0.2 -org.antlr:antlr-runtime:3.4 -org.bouncycastle:bcpg-jdk15on:1.64 -org.bouncycastle:bcpkix-jdk15on:1.64 -org.bouncycastle:bcprov-jdk15on:1.64 -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r -org.hamcrest:hamcrest-core:1.3 -org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 -org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -org.jetbrains:annotations:13.0 -org.objenesis:objenesis:2.4 -org.slf4j:slf4j-api:1.7.2 -org.spockframework:spock-core:1.3-groovy-2.4 -org.tmatesoft.sqljet:sqljet:1.1.10 -org.tmatesoft.svnkit:svnkit:1.8.12 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 549d844..ffed3a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists