Skip to content

Commit 3a90664

Browse files
committed
Adapt CircleCI build
1 parent 6a7211f commit 3a90664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ dependencies:
1010
# openssl aes-256-cbc -e -in ./buildres/jabref-cert-2016.p12 -out jabref-cert-2016.p12.enc -k {PASSWORD}
1111
- openssl aes-256-cbc -d -in ./buildres/jabref-cert-2016.p12.enc -out ./buildres/jabref-cert-2016.p12 -k $CERTIFICATE
1212
- 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
1414
override:
1515
# 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.
1616
- ./gradlew compileJava
1717
cache_directories:
18-
- "~/.install4j6"
18+
- "~/.install4j7"
1919
- "~/downloads"
2020

2121
test:
2222
override:
23-
- ./gradlew -Pdev=true -Pinstall4jDir="install4j6" release --stacktrace
23+
- ./gradlew -Pdev=true -Pinstall4jDir="install4j7" release --stacktrace
2424
post:
2525
# save test reports as build artifacts
2626
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
@@ -32,7 +32,7 @@ deployment:
3232
tag: /v[0-9]+(\.[0-9]+)*(-.+)?/
3333
commands:
3434
# 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
3636
# upload at all circumstances
3737
- scripts/upload-to-builds.jabref.org.sh
3838
development:

0 commit comments

Comments
 (0)