Skip to content
Snippets Groups Projects
Commit 76aba6ca authored by Robin Oppermann's avatar Robin Oppermann
Browse files

Build lib into correct directory and add artifacts

parent 03f3e5ec
No related branches found
No related tags found
1 merge request!3Ci setup
Pipeline #
......@@ -18,3 +18,5 @@ doc/package-list
.idea/
.gradle/
build/
target/
lib/Simulator.jar
......@@ -50,6 +50,10 @@ build:
stage: build
script:
- ./gradlew -g /cache/.gradle clean assemble
artifacts:
paths:
- lib/Simulator.jar
- target/
allow_failure: false
# Use the generated build output to run the tests.
......
......@@ -27,7 +27,6 @@ allprojects {
}
}
sourceSets {
main {
java {
......@@ -41,6 +40,10 @@ sourceSets {
}
}
jar {
destinationDir = new File('lib')
}
dependencies {
// The production code uses Guava
compile 'com.google.guava:guava:20.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment