Initial version of smartbooking generated by generator-jhipster@9.0.0-beta.0
This commit is contained in:
20
settings.gradle
Normal file
20
settings.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
// jhipster-needle-gradle-plugin-management-repositories - JHipster will add additional entries here
|
||||
}
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.liquibase:liquibase-core:${liquibaseVersion}"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "org.liquibase.gradle" version "${liquibasePluginVersion}"
|
||||
// jhipster-needle-gradle-plugin-management-plugins - JHipster will add additional entries here
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "smartbooking"
|
||||
Reference in New Issue
Block a user