forked from 5gi/DeepJ
fix version
This commit is contained in:
parent
1b2f247a62
commit
1ced45e792
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
group 'com.the5gi.deepj'
|
group 'com.the5gi.deepj'
|
||||||
version '1.2.0'
|
version '1.2.1'
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
@ -17,8 +17,6 @@ dependencies {
|
|||||||
implementation group: 'org.json', name: 'json', version: '20210307'
|
implementation group: 'org.json', name: 'json', version: '20210307'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'maven-publish'
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications{
|
publications{
|
||||||
publish(MavenPublication) {
|
publish(MavenPublication) {
|
||||||
|
Loading…
Reference in New Issue
Block a user