File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,12 @@ include(":first-module")
44include(" :second-module" )
55
66pluginManagement {
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}
Original file line number Diff line number Diff line change @@ -28,7 +28,3 @@ publishPlugin {
2828 tags.addAll(listOf (" kotlin" , " reflection" , " reflekt" ))
2929 }
3030}
31-
32-
33-
34- publishJar {}
You can’t perform that action at this time.
0 commit comments