We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d32c1 commit 6e2ed29Copy full SHA for 6e2ed29
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group 'ch.fhnw'
8
-version '0.1'
+version '1.0'
9
10
repositories {
11
jcenter()
@@ -81,10 +81,10 @@ asciidoctorPdf {
81
82
jar {
83
//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
- }
+ exclude("fhnwexamples/*")
+ //manifest {
+ // attributes "Main-Class": "fhnwexamples.Examples"
+ //}
88
from {
89
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
90
0 commit comments