Skip to content

Commit 6e2ed29

Browse files
committed
changed version to 1.0 and removed examples from jar
1 parent 78d32c1 commit 6e2ed29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'ch.fhnw'
8-
version '0.1'
8+
version '1.0'
99

1010
repositories {
1111
jcenter()
@@ -81,10 +81,10 @@ asciidoctorPdf {
8181

8282
jar {
8383
//exclude examples for using it like an API, but then manifest also has to be removed
84-
//exclude("fhnwexamples/*")
85-
manifest {
86-
attributes "Main-Class": "fhnwexamples.Examples"
87-
}
84+
exclude("fhnwexamples/*")
85+
//manifest {
86+
// attributes "Main-Class": "fhnwexamples.Examples"
87+
//}
8888
from {
8989
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
9090
}

0 commit comments

Comments
 (0)