8000
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 1b8c127 commit bfc525eCopy full SHA for bfc525e
build.gradle
@@ -12,6 +12,14 @@ checkstyle {
12
configFile = file("${rootDir}/fishercoder_checkstyle.xml")
13
}
14
15
+sourceSets {
16
+ main {
17
+ java {
18
+ srcDir 'src/fishercoder'
19
+ }
20
21
+}
22
+
23
description = """"""
24
25
sourceCompatibility = 1.8
@@ -26,7 +34,7 @@ dependencies {
26
34
compile 'com.google.code.gson:gson:2.8.0'
27
35
compile 'junit:junit:4.13'
28
36
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
29
- testCompile group: 'junit', name: 'junit', version:'4.13'
37
+ testCompile "junit:junit:4.13.1"
30
38
testCompile("org.assertj:assertj-core:3.11.1")
31
39
32
40
compileOnly 'org.projectlombok:lombok:1.18.12'
0 commit comments