Merge pull request #3 from thanek/axion_release

axion release
This commit is contained in:
xis 2023-10-17 16:01:27 +02:00 committed by GitHub
commit 1a35825107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,11 @@ plugins {
id 'org.jetbrains.kotlin.plugin.spring' version '1.8.22'
id "org.jetbrains.kotlin.plugin.jpa" version '1.8.22'
id 'groovy'
id 'pl.allegro.tech.build.axion-release' version '1.15.1'
}
group = 'net.schowek'
version = '0.0.1-SNAPSHOT'
project.version = scmVersion.version
java {
sourceCompatibility = '17'