Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert goomph to ide pre-3.28, and use Java 11 for p2asmaven fatjar tasks #874

Merged
merged 2 commits into from Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -223,8 +223,6 @@ 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 @@ -235,8 +233,6 @@ 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 @@ -247,8 +243,6 @@ 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
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
// 5.6.0+ Tried to add format named 'freshmark' of type class @ spotless-freshmark.gradle:55
id 'com.diffplug.spotless' version '5.5.0'
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
id 'com.diffplug.eclipse.resourcefilters' version '3.29.1'
id 'com.diffplug.eclipse.resourcefilters' version '3.27.0'
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '0.14.0'
// https://github.com/gradle-nexus/publish-plugin/releases
Expand Down