File tree 17 files changed +14
-99
lines changed
17 files changed +14
-99
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
registry.password : ${{ secrets.REGISTRY_PASSWORD }}
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - name : Set up JDK 1.8
18
+ - name : Set up JDK 11
19
19
uses : actions/setup-java@v1
20
20
with :
21
- java-version : 1.8
21
+ java-version : 11
22
22
- name : Cache Gradle packages
23
23
uses : actions/cache@v2
24
24
with :
@@ -33,10 +33,10 @@ jobs:
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/checkout@v2
36
- - name : Set up JDK 1.8
36
+ - name : Set up JDK 11
37
37
uses : actions/setup-java@v1
38
38
with :
39
- java-version : 1.8
39
+ java-version : 11
40
40
- name : Cache Gradle packages
41
41
uses : actions/cache@v2
42
42
with :
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
19
steps :
20
20
- uses : actions/checkout@v2
21
- - name : Set up JDK 1.8
21
+ - name : Set up JDK 11
22
22
uses : actions/setup-java@v1
23
23
with :
24
- java-version : 1.8
24
+ java-version : 11
25
25
- name : Cache Gradle packages
26
26
uses : actions/cache@v2
27
27
with :
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
trigger_workflow : true
27
27
wait_workflow : true
28
28
continue-on-error : true
29
- - name : Set up JDK 1.8
29
+ - name : Set up JDK 11
30
30
uses : actions/setup-java@v1
31
31
with :
32
- java-version : 1.8
32
+ java-version : 11
33
33
- name : Cache Gradle packages
34
34
uses : actions/cache@v2
35
35
with :
Original file line number Diff line number Diff line change @@ -4,10 +4,3 @@ description 'Ethereum Application Binary Interface (ABI) for working with smart
4
4
dependencies {
5
5
compile project(' :utils' )
6
6
}
7
-
8
- signing {
9
- sign publishing. publications. maven
10
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
11
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
12
- useInMemoryPgpKeys(gpgSecretKey, password)
13
- }
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ dependencies {
5
5
compile project(' :eea' )
6
6
testCompile project(path : ' :core' , configuration : ' testArtifacts' )
7
7
}
8
-
9
- signing {
10
- sign publishing. publications. maven
11
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
12
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
13
- useInMemoryPgpKeys(gpgSecretKey, password)
14
- }
Original file line number Diff line number Diff line change @@ -37,10 +37,3 @@ file("src/test/resources/solidity").listFiles().each { File file ->
37
37
test. dependsOn generateTask
38
38
}
39
39
}
40
-
41
- signing {
42
- sign publishing. publications. maven
43
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
44
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
45
- useInMemoryPgpKeys(gpgSecretKey, password)
46
- }
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ dependencies {
5
5
compile project(' :core' )
6
6
testCompile project(path : ' :core' , configuration : ' testArtifacts' )
7
7
}
8
-
9
- signing {
10
- sign publishing. publications. maven
11
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
12
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
13
- useInMemoryPgpKeys(gpgSecretKey, password)
14
- }
Original file line number Diff line number Diff line change @@ -78,10 +78,3 @@ classes { dependsOn createProperties }
78
78
configurations { testArtifacts. extendsFrom testRuntime }
79
79
80
80
artifacts { testArtifacts testsJar }
81
-
82
- signing {
83
- sign publishing. publications. maven
84
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
85
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
86
- useInMemoryPgpKeys(gpgSecretKey, password)
87
- }
Original file line number Diff line number Diff line change @@ -12,10 +12,3 @@ dependencies {
12
12
configurations { testArtifacts. extendsFrom testRuntime }
13
13
14
14
artifacts { testArtifacts testsJar }
15
-
16
- signing {
17
- sign publishing. publications. maven
18
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
19
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
20
- useInMemoryPgpKeys(gpgSecretKey, password)
21
- }
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ dependencies {
5
5
compile project(' :core' )
6
6
testCompile project(path : ' :core' , configuration : ' testArtifacts' )
7
7
}
8
-
9
- signing {
10
- sign publishing. publications. maven
11
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
12
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
13
- useInMemoryPgpKeys(gpgSecretKey, password)
14
- }
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ dependencies {
5
5
compile project(' :core' )
6
6
testCompile project(path : ' :core' , configuration : ' testArtifacts' )
7
7
}
8
-
9
- signing {
10
- sign publishing. publications. maven
11
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
12
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
13
- useInMemoryPgpKeys(gpgSecretKey, password)
14
- }
Original file line number Diff line number Diff line change @@ -81,3 +81,9 @@ nexusStaging {
81
81
packageGroup = rootProject. group
82
82
}
83
83
84
+ signing {
85
+ sign publishing. publications. maven
86
+ def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
87
+ def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
88
+ useInMemoryPgpKeys(gpgSecretKey, password)
89
+ }
Original file line number Diff line number Diff line change 2
2
description ' web3j customisations for working with hosted web3 providers (Infura.io & Nodesmith.io)'
3
3
4
4
dependencies { compile project(' :core' ) }
5
-
6
- signing {
7
- sign publishing. publications. maven
8
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
9
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
10
- useInMemoryPgpKeys(gpgSecretKey, password)
11
- }
Original file line number Diff line number Diff line change @@ -6,10 +6,3 @@ dependencies {
6
6
testCompile project(path : ' :core' , configuration : ' testArtifacts' ),
7
7
" nl.jqno.equalsverifier:equalsverifier:$equalsverifierVersion "
8
8
}
9
-
10
- signing {
11
- sign publishing. publications. maven
12
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
13
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
14
- useInMemoryPgpKeys(gpgSecretKey, password)
15
- }
Original file line number Diff line number Diff line change 2
2
description ' Ethereum Recursive Length Prefix (RLP) encoding for serializing objects'
3
3
4
4
dependencies { compile project(' :utils' ) }
5
-
6
- signing {
7
- sign publishing. publications. maven
8
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
9
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
10
- useInMemoryPgpKeys(gpgSecretKey, password)
11
- }
Original file line number Diff line number Diff line change 1
1
2
2
description ' Simple Java tuples library'
3
-
4
- signing {
5
- sign publishing. publications. maven
6
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
7
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
8
- useInMemoryPgpKeys(gpgSecretKey, password)
9
- }
Original file line number Diff line number Diff line change 2
2
description ' Minimal set of web3j utility classes'
3
3
4
4
dependencies { compile " org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion " }
5
-
6
- signing {
7
- sign publishing. publications. maven
8
- def gpgSecretKey = System . getenv(' OSSRH_GPG_SECRET_KEY' )
9
- def password = System . getenv(' OSSRH_GPG_SECRET_KEY_PASSWORD' )
10
- useInMemoryPgpKeys(gpgSecretKey, password)
11
- }
You can’t perform that action at this time.
0 commit comments