-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the Gradle wrapper to 7.6.1, and the "org.embulk.embulk-plugi…
…ns" Gradle plugin to 0.6.1 Along with it, - Clean up build.gradle - Switch the lockfiles to the modern style - Use Gradle's Java toolchain - Stop publishing the ".module" file - Sign from Gradle properties if available
- Loading branch information
Showing
21 changed files
with
236 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath | ||
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath | ||
org.embulk:embulk-api:0.10.36=compileClasspath | ||
org.embulk:embulk-spi:0.10.36=compileClasspath | ||
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath | ||
org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath | ||
org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath | ||
org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath | ||
org.msgpack:msgpack-core:0.8.11=compileClasspath | ||
org.slf4j:slf4j-api:1.7.30=compileClasspath | ||
empty= |
15 changes: 0 additions & 15 deletions
15
embulk-input-jdbc/gradle/dependency-locks/compileClasspath.lockfile
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
embulk-input-jdbc/gradle/dependency-locks/runtimeClasspath.lockfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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.fasterxml.jackson.core:jackson-annotations:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-core:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.6.7=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runtimeClasspath | ||
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath | ||
mysql:mysql-connector-java:5.1.44=compileClasspath | ||
org.embulk:embulk-api:0.10.36=compileClasspath | ||
org.embulk:embulk-spi:0.10.36=compileClasspath | ||
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath | ||
org.embulk:embulk-util-json:0.1.1=compileClasspath,runtimeClasspath | ||
org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath | ||
org.embulk:embulk-util-timestamp:0.2.1=compileClasspath,runtimeClasspath | ||
org.msgpack:msgpack-core:0.8.11=compileClasspath | ||
org.slf4j:slf4j-api:1.7.30=compileClasspath | ||
empty= |
16 changes: 0 additions & 16 deletions
16
embulk-input-mysql/gradle/dependency-locks/compileClasspath.lockfile
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
embulk-input-mysql/gradle/dependency-locks/runtimeClasspath.lockfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.