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 11import com.gradleup.librarian.gradle.Librarian
22
33plugins {
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 )
89}
910
1011Librarian .root(project)
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ org.gradle.configuration-cache=true
55org.gradle.parallel =true
66org.gradle.caching =true
77
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
1414
1515[plugins ]
1616kgp = { id = " org.jetbrains.kotlin.jvm" , version = " 2.2.20-RC" }
17+ nmcp = { id = " com.gradleup.nmcp" , version = " 1.1.1-SNAPSHOT-001d5d74ed9af247096b58a59c99bba475fecead" }
1718librarian = { id = " com.gradleup.librarian" , version = " 0.1.1-SNAPSHOT-a596fab8122088023d823b38401a018acb5ece43" }
1819gratatouille = { id = " com.gradleup.gratatouille" , version = " 0.1.0" }
1920ksp = { 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