Skip to content

Commit

Permalink
Completed A-Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiHawkEye committed Sep 3, 2019
1 parent 6bd3400 commit cf63234
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

shadowJar {
archiveBaseName = "duke"
archiveVersion = "0.1.3"
archiveClassifier = null
archiveAppendix = null
}

checkstyle {
Expand Down

0 comments on commit cf63234

Please sign in to comment.