Skip to content

Commit

Permalink
FatJar用のタスクを記述
Browse files Browse the repository at this point in the history
  • Loading branch information
uramnoil committed Mar 14, 2019
1 parent a7be6b0 commit a7622d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {

plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '4.0.1'
}

group 'com.uramnoil.gomint.helloworld'
Expand All @@ -36,3 +37,9 @@ dependencies {
implementation 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
testImplementation "junit:junit:4.12"
}

defaultTasks = ["shadowJar"]

shadowJar {
baseName = project.name
}

0 comments on commit a7622d7

Please sign in to comment.