Skip to content

Commit 131fc62

Browse files
committed
Fixed HIDPI mode
Fixed transparency drawing for shapes Added small logo Using JDK 17
1 parent efeef07 commit 131fc62

23 files changed

+2188
-2113
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def main = 'hevs.graphics.FunGraphics' // <- Main class name
99

1010
java {
1111
toolchain {
12-
languageVersion = JavaLanguageVersion.of(11)
12+
languageVersion = JavaLanguageVersion.of(17)
1313
}
1414
}
1515

@@ -77,7 +77,7 @@ version = gitVersion()
7777

7878
task runJar(type: JavaExec) {
7979
dependsOn jar
80-
mainClass = "-jar";
80+
mainClass = "-jar"
8181
args jar.archiveFile.get()
8282
}
8383

-80.6 KB
Binary file not shown.
3.72 KB
Loading

0 commit comments

Comments
 (0)