1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 20:32:05 +01:00

Remove version number from pgpainless-sop

This commit is contained in:
Paul Schaub 2021-07-20 09:55:24 +02:00
parent d5afc235a1
commit bbc79b75b1

View file

@ -3,7 +3,6 @@ plugins {
}
group 'org.pgpainless'
version '0.2.1-SNAPSHOT'
repositories {
mavenCentral()
@ -20,4 +19,4 @@ dependencies {
test {
useJUnitPlatform()
}
}