We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22f32b commit 048b155Copy full SHA for 048b155
1 file changed
build.gradle
@@ -7,12 +7,12 @@ plugins {
7
id 'org.jetbrains.kotlin.plugin.jpa' version '1.3.72'
8
id 'org.springframework.boot' version '2.0.4.RELEASE'
9
id 'com.palantir.git-version' version '0.12.0-rc2'
10
+ id 'io.zensoft.versioning' version '1.1.0'
11
}
12
13
apply plugin: 'io.spring.dependency-management'
14
15
group = 'io.openfuture.api'
-version = 'v2.6.9' //versionDetails().lastTag[1..-1] + (versionDetails().isCleanTag ? '' : '-DIRTY')
16
sourceCompatibility = 11
17
18
repositories {
0 commit comments