Skip to content

Commit f11d9bb

Browse files
CodingDepotRobert Haimerl
and
Robert Haimerl
authored
Cleanup (#10)
* remove unnecessary files * remove workflow * cleaned up build.gradle --------- Co-authored-by: Robert Haimerl <[email protected]>
1 parent 749f4ea commit f11d9bb

File tree

5 files changed

+1
-88
lines changed

5 files changed

+1
-88
lines changed

.github/workflows/docker.yml

-41
This file was deleted.

Makefile

-9
This file was deleted.

build.gradle

+1-33
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ plugins {
22
id 'org.springframework.boot' version '2.7.3'
33
id 'io.spring.dependency-management' version '1.1.5'
44
id 'java'
5-
6-
//id 'com.github.spotbugs' version '6.0.11'
75
id 'jacoco'
8-
//id 'org.sonarqube' version '5.0.0.4638'
96
id "de.undercouch.download" version "5.3.0"
107
}
118

12-
group = 'com.datadoghq.workshops'
13-
version = '0.0.1-SNAPSHOT'
9+
version = '1.0.0'
1410
sourceCompatibility = '17'
1511

1612
repositories {
@@ -25,26 +21,8 @@ dependencies {
2521
compileOnly 'org.projectlombok:lombok:1.18.24'
2622
annotationProcessor 'org.projectlombok:lombok:1.18.24'
2723
testImplementation 'org.springframework.boot:spring-boot-starter-test'
28-
29-
// Added for testing
30-
//spotbugs 'com.github.spotbugs:spotbugs:4.8.4'
31-
//spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0'
3224
}
3325

34-
/*
35-
tasks.spotbugsMain {
36-
ignoreFailures = true
37-
reports.create("sarif") {
38-
required = true
39-
outputLocation = file("$rootDir/reports/spotbugs.sarif")
40-
}
41-
reports.create("html") {
42-
required = true
43-
outputLocation = file("$rootDir/reports/spotbugs.html")
44-
}
45-
}
46-
*/
47-
4826
tasks.named('test') {
4927
useJUnitPlatform()
5028
finalizedBy jacocoTestReport
@@ -68,13 +46,3 @@ task unzipNewrelic(type: Copy) {
6846
from zipTree(file('newrelic/newrelic-java.zip'))
6947
into rootDir
7048
}
71-
72-
/*
73-
sonar {
74-
properties {
75-
property("sonar.projectKey", "Vulnerable-Java-App")
76-
property("sonar.projectName", "Vulnerable Java App")
77-
// add host URL and TOKEN in command line
78-
}
79-
}
80-
*/

gradle/wrapper/gradle-wrapper.jar

-59.3 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

-5
This file was deleted.

0 commit comments

Comments
 (0)