We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebff47b commit 9bbef98Copy full SHA for 9bbef98
build.gradle.kts
@@ -9,13 +9,23 @@ plugins {
9
id("org.owasp.dependencycheck") version "7.1.1"
10
}
11
12
+buildscript {
13
+ repositories {
14
+ mavenCentral()
15
+ }
16
+}
17
+
18
allprojects {
19
apply(plugin="java-library")
20
java {
21
sourceCompatibility = JavaVersion.VERSION_1_8
22
targetCompatibility = JavaVersion.VERSION_1_8
23
24
25
26
27
28
29
tasks.compileJava {
30
options.compilerArgs.add("-Werror")
31
0 commit comments