Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
base-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Weigel
base-project
Commits
3f2b0cd5
Commit
3f2b0cd5
authored
5 years ago
by
Lukas Köhler
Browse files
Options
Downloads
Patches
Plain Diff
fixed gitlab pipeline and build.gradle
parent
437b27a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
build.gradle
+0
-2
0 additions, 2 deletions
build.gradle
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
4
View file @
3f2b0cd5
...
@@ -17,7 +17,7 @@ build:
...
@@ -17,7 +17,7 @@ build:
checkstyle_main
:
checkstyle_main
:
stage
:
check
stage
:
check
script
:
script
:
-
./gradlew check checkstyleMain
-
./gradlew check checkstyleMain
-x test
-
cp build/reports/checkstyle/main.html ./checkstyleMain.html
-
cp build/reports/checkstyle/main.html ./checkstyleMain.html
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -27,7 +27,7 @@ checkstyle_main:
...
@@ -27,7 +27,7 @@ checkstyle_main:
checkstyle_test
:
checkstyle_test
:
stage
:
check
stage
:
check
script
:
script
:
-
./gradlew check checkstyleTest
-
./gradlew check checkstyleTest
-x test
-
cp build/reports/checkstyle/test.html ./checkstyleTest.html
-
cp build/reports/checkstyle/test.html ./checkstyleTest.html
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -37,7 +37,7 @@ checkstyle_test:
...
@@ -37,7 +37,7 @@ checkstyle_test:
spotbugs_main
:
spotbugs_main
:
stage
:
check
stage
:
check
script
:
script
:
-
./gradlew check spotbugsMain
-
./gradlew check spotbugsMain
-x test
-
cp build/reports/spotbugs/main.html ./spotbugsMain.html
-
cp build/reports/spotbugs/main.html ./spotbugsMain.html
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -47,7 +47,7 @@ spotbugs_main:
...
@@ -47,7 +47,7 @@ spotbugs_main:
spotbugs_test
:
spotbugs_test
:
stage
:
check
stage
:
check
script
:
script
:
-
./gradlew check spotbugsTest
-
./gradlew check spotbugsTest
-x test
-
cp build/reports/spotbugs/test.html ./spotbugsTest.html
-
cp build/reports/spotbugs/test.html ./spotbugsTest.html
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
0
−
2
View file @
3f2b0cd5
import
javafx.concurrent.Task
/*
/*
* This file was generated by the Gradle 'init' task.
* This file was generated by the Gradle 'init' task.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment