Skip to content

Commit 91c6185

Browse files
committed
Ensure plugin is published by kosogor correctly
1 parent 95b1689 commit 91c6185

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

examples/settings.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,12 @@ include(":first-module")
44
include(":second-module")
55

66
pluginManagement {
7-
// Uncomment to use a released version
8-
// resolutionStrategy {
9-
// this.eachPlugin {
10-
//
11-
// if (requested.id.id == "org.jetbrains.reflekt") {
12-
// useModule("org.jetbrains.reflekt:gradle-plugin:${this.requested.version}")
13-
// }
14-
// }
15-
// }
16-
177
repositories {
188
mavenLocal()
199
// add the dependency to Reflekt Maven repository
2010
// Uncomment to use a released version
2111
// maven(url = uri("https://packages.jetbrains.team/maven/p/reflekt/reflekt"))
2212
// Necessary only for this example, for Kotless library
23-
maven(url = uri("https://plugins.gradle.org/m2/"))
13+
gradlePluginPortal()
2414
}
2515
}

gradle-plugin/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ publishPlugin {
2828
tags.addAll(listOf("kotlin", "reflection", "reflekt"))
2929
}
3030
}
31-
32-
33-
34-
publishJar {}

0 commit comments

Comments
 (0)