We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fea95 commit 7bf0ed3Copy full SHA for 7bf0ed3
build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
group = 'io.sf.carte'
54
version = '0.7'
55
description = 'JMH benchmark for CSS4J and EchoSVG'
56
-java.sourceCompatibility = JavaVersion.VERSION_11
+java.sourceCompatibility = JavaVersion.VERSION_17
57
58
sourceSets {
59
main {
pom.xml
@@ -119,7 +119,7 @@
119
<!--
120
Java version to use for compilation.
121
-->
122
- <javac.version>11</javac.version>
+ <javac.version>17</javac.version>
123
124
125
Name of the benchmark Uber-JAR to generate.
0 commit comments