Skip to content

Commit 97f0977

Browse files
committed
Use p2asmaven version compatible with openjdk:11 (fixes #873)
1 parent fa3ce68 commit 97f0977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
// 5.6.0+ Tried to add format named 'freshmark' of type class @ spotless-freshmark.gradle:55
66
id 'com.diffplug.spotless' version '5.5.0'
77
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
8-
id 'com.diffplug.eclipse.resourcefilters' version '3.29.1'
8+
id 'com.diffplug.eclipse.resourcefilters' version '3.27.0'
99
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
1010
id 'com.gradle.plugin-publish' version '0.14.0'
1111
// https://github.com/gradle-nexus/publish-plugin/releases

0 commit comments

Comments
 (0)