Skip to content

Commit 7248092

Browse files
committed
Fix OpenJDK JRE versions
Previously, Groovy applications that use @grab were affected by problems in the _25 version of the JRE. This change fixes the version of the JRE to _21 until those bugs are fixed. [#55382524]
1 parent a309fe0 commit 7248092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/openjdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Configuration for JRE repositories keyed by vendor
1717
---
1818
repository_root: "http://download.pivotal.io.s3.amazonaws.com/openjdk/lucid/x86_64"
19-
version: 1.7.0_+
19+
version: 1.7.0_21
2020
memory_sizes:
2121
memory_heuristics:
2222
heap: 0.75

0 commit comments

Comments
 (0)