Skip to content

Commit 048b155

Browse files
author
Layko Andrey
committed
CI/CD
1 parent e22f32b commit 048b155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77
id 'org.jetbrains.kotlin.plugin.jpa' version '1.3.72'
88
id 'org.springframework.boot' version '2.0.4.RELEASE'
99
id 'com.palantir.git-version' version '0.12.0-rc2'
10+
id 'io.zensoft.versioning' version '1.1.0'
1011
}
1112

1213
apply plugin: 'io.spring.dependency-management'
1314

1415
group = 'io.openfuture.api'
15-
version = 'v2.6.9' //versionDetails().lastTag[1..-1] + (versionDetails().isCleanTag ? '' : '-DIRTY')
1616
sourceCompatibility = 11
1717

1818
repositories {

0 commit comments

Comments
 (0)