File tree Expand file tree Collapse file tree 6 files changed +0
-44
lines changed
gradle-conventions-settings Expand file tree Collapse file tree 6 files changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,6 @@ plugins {
66 alias(libs.plugins.gradle.kotlin.dsl)
77}
88
9- configurations.configureEach {
10- resolutionStrategy {
11- force(libs.kotlin.stdlib)
12- force(libs.kotlin.stdlib.jdk7)
13- force(libs.kotlin.stdlib.jdk8)
14- }
15- }
16-
179dependencies {
1810 // https://stackoverflow.com/questions/76713758/use-version-catalog-inside-precompiled-gradle-plugin
1911 api(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
Original file line number Diff line number Diff line change @@ -6,14 +6,6 @@ plugins {
66 alias(libs.plugins.gradle.kotlin.dsl)
77}
88
9- configurations.configureEach {
10- resolutionStrategy {
11- force(libs.kotlin.stdlib)
12- force(libs.kotlin.stdlib.jdk7)
13- force(libs.kotlin.stdlib.jdk8)
14- }
15- }
16-
179dependencies {
1810 implementation(" com.gradle:develocity-gradle-plugin:3.17" )
1911 implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.2.1" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 * Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33 */
44
5- import util.defaultConventionConfiguration
65import util.otherwise
76import util.whenKotlinLatest
87
98plugins {
109 alias(libs.plugins.gradle.kotlin.dsl)
1110}
1211
13- defaultConventionConfiguration()
14-
1512dependencies {
1613 implementation(project(" :common" ))
1714 implementation(" :gradle-conventions-settings" )
Original file line number Diff line number Diff line change 22 * Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33 */
44
5- import util.defaultConventionConfiguration
6-
75plugins {
86 alias(libs.plugins.gradle.kotlin.dsl)
97}
108
11- defaultConventionConfiguration()
12-
139val isLatestKotlinVersion: Boolean by extra
1410
1511dependencies {
Original file line number Diff line number Diff line change 22 * Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33 */
44
5- import util.defaultConventionConfiguration
6-
75plugins {
86 alias(libs.plugins.gradle.kotlin.dsl)
97}
108
11- defaultConventionConfiguration()
12-
139dependencies {
1410 implementation(project(" :common" ))
1511
You can’t perform that action at this time.
0 commit comments