remove version from build.gradle (#196)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user