C/C++ plugin initial release
This commit is contained in:
commit
2104d7fe5e
22 changed files with 1128 additions and 0 deletions
8
settings.gradle.kts
Normal file
8
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "clsp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue