Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo0987 committed Mar 14, 2019
1 parent 5a228b9 commit 69a4b81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ compileTestKotlin {
}

shadowJar {
baseName = 'Kommand'
archiveName = "$baseName-$version.$extension"
}

test {
useJUnitPlatform()
}

artifacts {
archives shadowJar
}

3 changes: 0 additions & 3 deletions jitpack.yml

This file was deleted.

0 comments on commit 69a4b81

Please sign in to comment.