We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1ffd0 commit 0f195abCopy full SHA for 0f195ab
2 files changed
build.gradle.kts
@@ -35,10 +35,6 @@ version = providers.gradleProperty("ktfmt.version").get()
35
36
tasks.wrapper { distributionType = Wrapper.DistributionType.ALL }
37
38
-repositories {
39
- mavenCentral()
40
-}
41
-
42
val ktfmtCliDependencies = configurations.dependencyScope("ktfmtCliDependencies")
43
val ktfmtCliClasspath =
44
configurations.resolvable("ktfmtCliClasspath") {
settings.gradle.kts
@@ -14,6 +14,13 @@
14
* limitations under the License.
15
*/
16
17
+pluginManagement {
18
+ repositories {
19
+ mavenCentral()
20
+ gradlePluginPortal()
21
+ }
22
+}
23
+
24
rootProject.name = "ktfmt-parent"
25
26
include(
@@ -35,4 +42,7 @@ dependencyResolutionManagement {
version("ktfmt", ktfmtVersion)
}
45
46
47
48
0 commit comments