Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Commit 3d19f03

Browse files
committed
# Add x64 Linux support for build back ...
1 parent 5d3cf11 commit 3d19f03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ buildscript {
1313
}
1414
}
1515

16-
group = projectGroup
17-
version = projectVersion
18-
1916
apply plugin: 'application'
2017
apply plugin: 'java'
2118
apply plugin: 'kotlin'
@@ -73,6 +70,7 @@ task wrapper(type: Wrapper) {
7370
}
7471

7572
apply plugin: 'com.github.johnrengelman.shadow'
73+
7674
shadowJar {
7775
baseName = 'launcher'
7876
classifier = null
@@ -90,7 +88,6 @@ shadowJar {
9088
exclude 'org/sqlite/native/Linux/armv7/**'
9189
exclude 'org/sqlite/native/Linux/ppc64/**'
9290
exclude 'org/sqlite/native/Linux/x86/**'
93-
exclude 'org/sqlite/native/Linux/x86_64/**'
9491
exclude 'org/sqlite/native/FreeBSD/**'
9592
exclude 'org/sqlite/native/Mac/**'
9693

@@ -102,4 +99,4 @@ shadowJar {
10299

103100
//Merges all service file under "META-INF/services" to one
104101
mergeServiceFiles()
105-
}
102+
}

0 commit comments

Comments
 (0)