CAPAUT-353 Add plugin import
This commit is contained in:
@@ -1,13 +1,27 @@
|
|||||||
/*
|
/*
|
||||||
* Enables version handling on build process
|
* Enables version handling on build process
|
||||||
*
|
*
|
||||||
* Project: gradle
|
* Project: de.captica.expert.config-server
|
||||||
* Author: Marc Böhm <marc.boehm@captica.de>
|
* Author: Marc Böhm <marc.boehm@captica.de>
|
||||||
* License: MIT License (see LICENSE.md)
|
* License: MIT License (see LICENSE.md)
|
||||||
*
|
*
|
||||||
* Copyright (c) captica GmbH est. 2021
|
* Copyright (c) captica GmbH est. 2021
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Load external plugins
|
||||||
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
gradlePluginPortal()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
classpath 'me.qoomon:gradle-git-versioning-plugin:6.4.3'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Apply plugins
|
||||||
|
apply plugin: me.qoomon.gradle.gitversioning.GitVersioningPlugin
|
||||||
|
|
||||||
// Setup versions handling
|
// Setup versions handling
|
||||||
gitVersioning.apply {
|
gitVersioning.apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user