mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-19 15:34:39 -04:00
Stills gradle attempt
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user