Skip to content

Commit 7fb8148

Browse files
authored
Update settings.gradle
1 parent 4240990 commit 7fb8148

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

settings.gradle

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
pluginManagement {
2-
plugins {
3-
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
4-
}
5-
}
6-
plugins {
7-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
8-
}/*
1+
/*
92
Copyright IBM Corporation 2023, 2024
103
114
Licensed under the Apache Public License 2.0, Version 2.0 (the "License");
@@ -16,4 +9,12 @@ distributed under the License is distributed on an "AS IS" BASIS,
169
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1710
See the License for the specific language governing permissions and
1811
limitations under the License.
19-
*/
12+
*/
13+
pluginManagement {
14+
plugins {
15+
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
16+
}
17+
}
18+
plugins {
19+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
20+
}

0 commit comments

Comments
 (0)