File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ plugins {
44 id " com.github.johnrengelman.shadow"
55}
66
7+ java {
8+ sourceCompatibility = 17
9+ targetCompatibility = 17
10+ }
11+
712mainClassName = ' Program'
813
914repositories {
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ plugins {
44 id " com.github.johnrengelman.shadow"
55}
66
7+ java {
8+ sourceCompatibility = 17
9+ targetCompatibility = 17
10+ }
11+
712mainClassName = ' Program'
813
914repositories {
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ plugins {
1515 id " com.github.johnrengelman.shadow" version " 7.1.2" apply false
1616}
1717
18+ java {
19+ sourceCompatibility = 17
20+ targetCompatibility = 17
21+ }
22+
23+
1824apply from : " automation/macos_notarization.gradle"
1925apply plugin : OfflineDependenciesPlugin
2026
You can’t perform that action at this time.
0 commit comments