-
- Downloads
There was an error fetching the commit references. Please try again later.
Add missing source folders to gradle script and include sonarqube task/plugin
Up to now, the gradle script only used src/main as source and src/test as testing directory (default settings). I added the missing source folders into the source set. When starting the build, gradle is missing the package "fi.tkk.netlab.dtn.ecla", so the script fails. I also added the sonarqube task to the build script, so as soon as the build is running, the sonarqube analysis should be working as well.
parent
6be3d6ce
No related branches found
No related tags found
Pipeline #
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 31 additions, 0 deletions.gitlab-ci.yml
- .gradle/3.3/taskArtifacts/fileHashes.bin 0 additions, 0 deletions.gradle/3.3/taskArtifacts/fileHashes.bin
- .gradle/3.3/taskArtifacts/fileSnapshots.bin 0 additions, 0 deletions.gradle/3.3/taskArtifacts/fileSnapshots.bin
- .gradle/3.3/taskArtifacts/taskArtifacts.bin 0 additions, 0 deletions.gradle/3.3/taskArtifacts/taskArtifacts.bin
- .gradle/3.3/taskArtifacts/taskArtifacts.lock 0 additions, 0 deletions.gradle/3.3/taskArtifacts/taskArtifacts.lock
- build.gradle 41 additions, 6 deletionsbuild.gradle
- gradle.properties 9 additions, 0 deletionsgradle.properties
File deleted
File deleted
File deleted
File deleted
gradle.properties
0 → 100644
Please register or sign in to comment