File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ dependencies:
10
10
# openssl aes-256-cbc -e -in ./buildres/jabref-cert-2016.p12 -out jabref-cert-2016.p12.enc -k {PASSWORD}
11
11
- openssl aes-256-cbc -d -in ./buildres/jabref-cert-2016.p12.enc -out ./buildres/jabref-cert-2016.p12 -k $CERTIFICATE
12
12
- scripts/prepare-install4j.sh
13
- - install4j6 /bin/install4jc --verbose --license=$INSTALL4J_KEY --win-keystore-password $CERTIFICATE_PW --mac-keystore-password $CERTIFICATE_PW
13
+ - install4j7 /bin/install4jc --verbose --license=$INSTALL4J_KEY --win-keystore-password $CERTIFICATE_PW --mac-keystore-password $CERTIFICATE_PW
14
14
override :
15
15
# We do this to decrease build time by using CircleCI's cache. See https://discuss.circleci.com/t/effective-caching-for-gradle/540 for a longer motivation.
16
16
- ./gradlew compileJava
17
17
cache_directories :
18
- - " ~/.install4j6 "
18
+ - " ~/.install4j7 "
19
19
- " ~/downloads"
20
20
21
21
test :
22
22
override :
23
- - ./gradlew -Pdev=true -Pinstall4jDir="install4j6 " release --stacktrace
23
+ - ./gradlew -Pdev=true -Pinstall4jDir="install4j7 " release --stacktrace
24
24
post :
25
25
# save test reports as build artifacts
26
26
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
@@ -32,7 +32,7 @@ deployment:
32
32
tag : /v[0-9]+(\.[0-9]+)*(-.+)?/
33
33
commands :
34
34
# we have to do a clean build as changing gradle's "project.version" does not lead to a rebuild of resources (mirroring project.version)
35
- - ./gradlew -Pinstall4jDir="install4j6 " clean release --stacktrace
35
+ - ./gradlew -Pinstall4jDir="install4j7 " clean release --stacktrace
36
36
# upload at all circumstances
37
37
- scripts/upload-to-builds.jabref.org.sh
38
38
development :
You can’t perform that action at this time.
0 commit comments