-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this path, mdoc keeps crashing with ``` [info] running (fork) mdoc.Main [error] java.lang.NoSuchFieldException: ucp [error] at java.base/java.lang.Class.getDeclaredField(Class.java:2549) [error] at mdoc.internal.CompatClassloader$.getURLs(CompatClassloader.scala:29) ``` As seen for example here https://github.com/eikek/emil/pull/233/checks?check_run_id=3260441241#step:6:450 eikek/emil#233
- Loading branch information
Ondra Pelech
authored
Aug 6, 2021
1 parent
5eaa114
commit eecf758
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
java: [[email protected], [email protected]] | ||
java: ['[email protected]', '[email protected]', '[email protected]'] | ||
command: | ||
- "'++2.11.12 test'" | ||
# Test legacy Scala versions, where reporting API changed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ | |
-Xmx2G | ||
-XX:ReservedCodeCacheSize=1024m | ||
-XX:+TieredCompilation | ||
-XX:+CMSClassUnloadingEnabled | ||
-Dfile.encoding=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sbt.version = 1.5.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters