Skip to content

Commit bef04fb

Browse files
committed
gradle...
1 parent 7923c5b commit bef04fb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ plugins {
66
id 'org.beryx.runtime' version '2.0.1'
77
}
88

9-
mainClassName = 'org.cip4.tools.jdfeditor.Editor'
109
def simpleProjectName = "JDFEditor"
1110

12-
sourceCompatibility = 17
13-
targetCompatibility = 17
1411

1512
if (project.hasProperty('projectVersion')) {
1613
version = project.projectVersion
@@ -108,8 +105,12 @@ runtime {
108105
}
109106
}
110107

108+
109+
111110
java {
112-
archivesBaseName = simpleProjectName
111+
base.archivesName = simpleProjectName
112+
sourceCompatibility = 17
113+
targetCompatibility = 17
113114
}
114115

115116
startScripts {

0 commit comments

Comments
 (0)