Skip to content
This repository was archived by the owner on Oct 23, 2021. It is now read-only.

Commit 1a84e1b

Browse files
Added linux 64 bit binary
1 parent 688f926 commit 1a84e1b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
plugins {
17+
id 'com.github.johnrengelman.shadow' version '2.0.1'
18+
}
1619

1720
group 'club.minnced'
1821
version '1.0-SNAPSHOT'
1922

2023
apply plugin: 'java'
2124

25+
build.dependsOn shadowJar
26+
2227
sourceCompatibility = 1.8
2328
targetCompatibility = 1.8
2429

Binary file not shown.

0 commit comments

Comments
 (0)