Stills gradle attempt

This commit is contained in:
khanhduytran0
2020-12-19 17:23:27 +07:00
parent 709de937c3
commit f4c22fda50
2 changed files with 2 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ jobs:
chmod +x gradlew
# Build JRE JAR files (security manager, etc...)
./gradlew clean buildJar
./gradlew clean build
cp jre_securitymanager/build/libs/jre_securitymanager-1.0.jar
# Build the launcher

View File

@@ -6,14 +6,8 @@ version = '1.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8
buildJar {
manifest {
attributes 'Implementation-Title': 'PojavLauncher SecurityManager',
'Implementation-Version': version
}
jar {
baseName = project.name
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
repositories {