Skip to content

Commit 63fd51e

Browse files
committed
pombast: remove unneeded Java version pins
Pombast got smarter about detecting the right Java version to use.
1 parent 11b84bf commit 63fd51e

1 file changed

Lines changed: 4 additions & 22 deletions

File tree

pombast.toml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ ci-build = "build-main"
319319
last-vetted = "20230309000000"
320320

321321
[components."net.imglib2:imglib2-mesh"]
322+
# NOTE: Workaround for: error: Could not load processor class file due to
323+
# 'org/scijava/ops/indexer/OpImplNoteParser has been compiled by a more recent
324+
# version of the Java Runtime (class file version 55.0), this version of the
325+
# Java Runtime only recognizes class file versions up to 52.0'.
322326
java-version = 11
323327

324328
[components."net.preibisch:multiview-simulation"]
@@ -333,23 +337,10 @@ ci-build = "maven"
333337
[components."ome:formats-gpl"]
334338
ci-build = "maven"
335339

336-
[components."org.bonej:bonej-legacy-plugins_"]
337-
java-version = 11
338-
339-
[components."org.bonej:bonej-legacy-util_"]
340-
java-version = 11
341-
342-
[components."org.bonej:bonej-ops"]
343-
java-version = 11
344-
345340
[components."org.bonej:bonej-plugins"]
346-
java-version = 11
347341
# TEMP: Until a BoneJ release exists incorporating bonej-org/BoneJ2#414.
348342
properties = { "skipTests" = "true" }
349343

350-
[components."org.bonej:bonej-utilities"]
351-
java-version = 11
352-
353344
[components."org.codehaus.groovy:groovy"]
354345
last-vetted = "20250101000000"
355346

@@ -458,9 +449,6 @@ ci-build = "build-main"
458449
[components."org.mockito:mockito-core"]
459450
last-vetted = "20250101000000"
460451

461-
[components."org.morphonets:SNT"]
462-
java-version = 21
463-
464452
[components."org.ojalgo:ojalgo"]
465453
last-vetted = "20250101000000"
466454

@@ -743,9 +731,6 @@ ci-build = "build-main"
743731
ci-build = "build-main"
744732
last-vetted = "20230309000000"
745733

746-
[components."sc.fiji:FilamentDetector"]
747-
java-version = 11
748-
749734
[components."sc.fiji:FlowJ_"]
750735
ci-build = "build-main"
751736
last-vetted = "20230309000000"
@@ -831,9 +816,6 @@ last-vetted = "20230309000000"
831816
ci-build = "build-main"
832817
last-vetted = "20230309000000"
833818

834-
[components."sc.fiji:OMEVisual"]
835-
java-version = 11
836-
837819
[components."sc.fiji:PIV_analyser"]
838820
ci-build = "build-main"
839821
last-vetted = "20230309000000"

0 commit comments

Comments
 (0)