File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
import com.gradleup.librarian.gradle.Librarian
2
2
3
3
plugins {
4
- alias(libs.plugins.kgp)
5
- alias(libs.plugins.librarian)
6
- alias(libs.plugins.gratatouille)
7
- alias(libs.plugins.ksp)
4
+ alias(libs.plugins.kgp).apply (false )
5
+ alias(libs.plugins.librarian).apply (false )
6
+ alias(libs.plugins.gratatouille).apply (false )
7
+ alias(libs.plugins.ksp).apply (false )
8
+ alias(libs.plugins.nmcp).apply (false )
8
9
}
9
10
10
11
Librarian .root(project)
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ org.gradle.configuration-cache=true
5
5
org.gradle.parallel =true
6
6
org.gradle.caching =true
7
7
8
+ org.gradle.jvmargs =-Xmx2g
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ kotlin-annotations-jvm = { module = "org.jetbrains.kotlin:kotlin-annotations-jvm
14
14
15
15
[plugins ]
16
16
kgp = { id = " org.jetbrains.kotlin.jvm" , version = " 2.2.20-RC" }
17
+ nmcp = { id = " com.gradleup.nmcp" , version = " 1.1.1-SNAPSHOT-001d5d74ed9af247096b58a59c99bba475fecead" }
17
18
librarian = { id = " com.gradleup.librarian" , version = " 0.1.1-SNAPSHOT-a596fab8122088023d823b38401a018acb5ece43" }
18
19
gratatouille = { id = " com.gradleup.gratatouille" , version = " 0.1.0" }
19
20
ksp = { id = " com.google.devtools.ksp" , version = " 2.2.20-RC-2.0.2" }
You can’t perform that action at this time.
0 commit comments