Skip to content

Commit bda5013

Browse files
committed
eggs 6,7 Gradle
1 parent 2fb2c6f commit bda5013

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

2025-09-JDK-25-list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
- egg5
1313
- ok for bash, Gradle, Maven
1414
- egg6
15-
- ok for bash, Maven
15+
- ok for bash, Gradle, Maven
1616
- egg7
17-
- ok for bash, Maven
17+
- ok for bash, Gradle, Maven
1818
- egg8
1919
- ok for bash, Maven
2020
- egg9

egg_6_sc_invoke_any/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11

2-
mainClassName = "net.codetojoy.Runner"
2+
application {
3+
mainClass = "net.codetojoy.Runner"
4+
}
35

egg_7_sc_deadline/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11

2-
mainClassName = "net.codetojoy.Runner"
2+
application {
3+
mainClass = "net.codetojoy.Runner"
4+
}
35

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ include ([
44
'egg_3_legacy_exec',
55
'egg_4_virtual_exec',
66
'egg_5_sc_invoke_all',
7-
/*
87
'egg_6_sc_invoke_any',
98
'egg_7_sc_deadline',
9+
/*
1010
'egg_8_sc_custom_invoke_some',
1111
'egg_9_sc_fan_in_client',
1212
'egg_9_sc_fan_in_server',

0 commit comments

Comments
 (0)