Skip to content

Commit

Permalink
Use openjdk:8.0 for all the p2asmaven fatjar tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 9, 2021
1 parent 1d521aa commit 56cce95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -223,6 +223,8 @@ jobs:
command: ./gradlew -Pcom.diffplug.spotless.include.ext.nop2=true :eclipse-jdt:changelogPush -Prelease=true --stacktrace
ext_do_release_cdt:
<< : *env_gradle
docker:
- image: cimg/openjdk:8.0
steps:
- checkout
- *restore_cache_wrapper
Expand All @@ -233,6 +235,8 @@ jobs:
command: ./gradlew -Pcom.diffplug.spotless.include.ext.cdt=true :eclipse-cdt:changelogPush -Prelease=true --stacktrace
ext_do_release_groovy:
<< : *env_gradle
docker:
- image: cimg/openjdk:8.0
steps:
- checkout
- *restore_cache_wrapper
Expand All @@ -243,6 +247,8 @@ jobs:
command: ./gradlew -Pcom.diffplug.spotless.include.ext.groovy=true :eclipse-groovy:changelogPush -Prelease=true --stacktrace
ext_do_release_wtp:
<< : *env_gradle
docker:
- image: cimg/openjdk:8.0
steps:
- checkout
- *restore_cache_wrapper
Expand Down

0 comments on commit 56cce95

Please sign in to comment.