Skip to content

Commit 9e425e8

Browse files
committed
Keep amper in settings.gradle.kts after the template cleanup #1
1 parent b517d51 commit 9e425e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
rootProject.name = "%NAME%"
22

3-
dependencyResolutionManagement {
3+
pluginManagement {
44
repositories {
55
mavenCentral()
6+
google()
7+
gradlePluginPortal()
8+
maven("https://maven.pkg.jetbrains.space/public/p/amper/amper")
69
}
710
}
11+
12+
plugins {
13+
id("org.jetbrains.amper.settings.plugin").version("0.1.0")
14+
}

0 commit comments

Comments
 (0)