Initial commit
This commit is contained in:
11
settings.gradle
Normal file
11
settings.gradle
Normal file
@ -0,0 +1,11 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
}
|
||||
plugins {
|
||||
id "${quarkusPluginId}" version "${quarkusPluginVersion}"
|
||||
}
|
||||
}
|
||||
rootProject.name='contentking'
|
Reference in New Issue
Block a user