forked from n.nasr/skills
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
723 B
16 lines
723 B
|
|
pluginManagement {
|
|
plugins {
|
|
id 'org.springframework.boot' version "${spring_boot_version}"
|
|
id 'com.google.cloud.tools.jib' version "${jib_plugin_version}"
|
|
id 'com.gorylenko.gradle-git-properties' version "${git_properties_plugin_version}"
|
|
id 'org.liquibase.gradle' version "${liquibase_plugin_version}"
|
|
id 'org.sonarqube' version "${sonarqube_plugin_version}"
|
|
id 'net.ltgt.apt-eclipse' version "${apt_plugin_version}"
|
|
id 'net.ltgt.apt-idea' version "${apt_plugin_version}"
|
|
id 'net.ltgt.apt' version "${apt_plugin_version}"
|
|
id "io.spring.nohttp" version "${spring_no_http_plugin_version}"
|
|
}
|
|
}
|
|
|
|
rootProject.name = "skills"
|