Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 6c54131

Browse files
authored
feat: release v2.1.1 (#316)
* fix: zgc not work on win7
1 parent 64fcf38 commit 6c54131

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ mainClassName = "cc.cc1234.Application"
1717

1818
def runArgsValue = [
1919
"-XX:+UnlockExperimentalVMOptions",
20-
"-XX:+UseZGC",
2120
// required due to a bug in Java: https://github.com/javafxports/openjdk-jfx/issues/175
2221
"-Djdk.gtk.version=2",
2322
"-Dfile.encoding=utf-8",

app/src/main/java/cc/cc1234/version/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Version {
44

5-
public static final String VERSION = "2.1.0";
5+
public static final String VERSION = "2.1.1";
66

77
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525

2626
sourceCompatibility = 17
2727
group 'cc.c1234'
28-
version '2.1.0'
28+
version '2.1.1'
2929

3030
checkstyle {
3131
toolVersion = '8.42'

0 commit comments

Comments
 (0)