CAPAUT-448 gradle update

This commit is contained in:
2024-10-06 11:11:31 +02:00
parent 6da9bcb1cf
commit d67216342d

View File

@@ -16,13 +16,17 @@ buildscript {
} }
dependencies { dependencies {
classpath 'me.qoomon:gradle-git-versioning-plugin:6.4.3' classpath 'me.qoomon:gradle-git-versioning-plugin:6.4.4'
} }
} }
// Apply plugins // Apply plugins
apply plugin: me.qoomon.gradle.gitversioning.GitVersioningPlugin apply plugin: me.qoomon.gradle.gitversioning.GitVersioningPlugin
wrapper {
gradleVersion = "8.10.2"
}
// Setup versions handling // Setup versions handling
gitVersioning.apply { gitVersioning.apply {
refs { refs {