Skip to content

Commit

Permalink
Include test samples in package
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8000-0000 committed Apr 5, 2020
1 parent b9fe9e2 commit 949cbb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
plugins {
id 'java'
id 'antlr'
id 'distribution'
id 'application'
}

group 'net.signbit.samx'
version '0.1.1'
version '0.1.2'

sourceCompatibility = 1.8

Expand All @@ -27,3 +28,7 @@ application {
mainClassName = 'net.signbit.samx.PrettyPrint'
executableDir = 'bin'
}

applicationDistribution.from("src/test/resources/") {
into "test"
}

0 comments on commit 949cbb5

Please sign in to comment.