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 be088dc commit 84414daCopy full SHA for 84414da
plugin/build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- id("de.fayard.buildSrcVersions") version ("0.6.1") // plugin.de.fayard.buildSrcVersions
+ id("de.fayard.buildSrcVersions") version ("0.6.0") // plugin.de.fayard.buildSrcVersions
5
6
id("com.gradle.plugin-publish")
7
`java-gradle-plugin`
plugin/settings.gradle.kts
@@ -1,8 +1,4 @@
pluginManagement {
- repositories {
- mavenLocal()
- gradlePluginPortal()
- }
val resolutionStrategyConfig: String? by extra
resolutionStrategy.eachPlugin {
8
val property = "plugin.${requested.id.id}".replace("-", ".")
0 commit comments