Skip to content
Snippets Groups Projects
Commit 3f2b0cd5 authored by Lukas Köhler's avatar Lukas Köhler
Browse files

fixed gitlab pipeline and build.gradle

parent 437b27a0
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ build:
checkstyle_main:
stage: check
script:
- ./gradlew check checkstyleMain
- ./gradlew check checkstyleMain -x test
- cp build/reports/checkstyle/main.html ./checkstyleMain.html
artifacts:
paths:
......@@ -27,7 +27,7 @@ checkstyle_main:
checkstyle_test:
stage: check
script:
- ./gradlew check checkstyleTest
- ./gradlew check checkstyleTest -x test
- cp build/reports/checkstyle/test.html ./checkstyleTest.html
artifacts:
paths:
......@@ -37,7 +37,7 @@ checkstyle_test:
spotbugs_main:
stage: check
script:
- ./gradlew check spotbugsMain
- ./gradlew check spotbugsMain -x test
- cp build/reports/spotbugs/main.html ./spotbugsMain.html
artifacts:
paths:
......@@ -47,7 +47,7 @@ spotbugs_main:
spotbugs_test:
stage: check
script:
- ./gradlew check spotbugsTest
- ./gradlew check spotbugsTest -x test
- cp build/reports/spotbugs/test.html ./spotbugsTest.html
artifacts:
paths:
......
import javafx.concurrent.Task
/*
* This file was generated by the Gradle 'init' task.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment