remove version from build.gradle (#196)

This commit is contained in:
a10zn8
2023-04-06 18:34:02 +04:00
committed by GitHub
parent 0ce97b495f
commit ae9ef97bef

View File

@@ -33,11 +33,6 @@ plugins {
group = 'io.emeraldpay.dshackle' group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = "0.0.1-SNAPSHOT"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17