質問編集履歴
1
ソースコードの改行に失敗していた
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,6 +64,8 @@
|
|
64
64
|
|
65
65
|
```ここに言語名を入力
|
66
66
|
|
67
|
+
|
68
|
+
|
67
69
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
68
70
|
|
69
71
|
buildscript {
|
@@ -116,4 +118,8 @@
|
|
116
118
|
|
117
119
|
delete rootProject.buildDir
|
118
120
|
|
121
|
+
}
|
122
|
+
|
123
|
+
|
124
|
+
|
119
|
-
|
125
|
+
```
|