回答編集履歴
1
追記
answer
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
```
|
23
23
|
dependencies {
|
24
24
|
compile "org.projectlombok:lombok:1.16.10"
|
25
|
-
testCompile group: 'junit', name: 'junit', version: '4.12'
|
25
|
+
testCompile group: 'junit', name: 'junit', version: '4.12' <-これはproject作成時からあった
|
26
26
|
}
|
27
27
|
|
28
28
|
```
|