We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb41d1 commit 72be757Copy full SHA for 72be757
2 files changed
build.gradle.kts
@@ -34,10 +34,6 @@ version = providers.gradleProperty("ktfmt.version").get()
34
35
tasks.wrapper { distributionType = Wrapper.DistributionType.ALL }
36
37
-repositories {
38
- mavenCentral()
39
-}
40
-
41
val ktfmtCliDependencies = configurations.dependencyScope("ktfmtCliDependencies")
42
val ktfmtCliClasspath =
43
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)
}
44
45
46
47
48
0 commit comments