CAPAUT-353 Add plugin import

This commit is contained in:
2024-03-25 16:34:20 +01:00
parent 2b9804c2a8
commit 874d4043a1

View File

@@ -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 {