change aghain

This commit is contained in:
5gi 2022-11-08 19:01:00 -05:00
parent 96c950ccfe
commit b96202a905

View File

@ -5,7 +5,7 @@ plugins {
} }
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
group 'com.the5gi.deepj' group 'com.the5gi.deepj'
version '1.2.2' version '1.2.3'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11 sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
@ -15,7 +15,6 @@ repositories {
dependencies { dependencies {
implementation group: 'org.json', name: 'json', version: '20210307' implementation group: 'org.json', name: 'json', version: '20210307'
implementation 'com.github.jitpack:gradle-simple:master-SNAPSHOT'
} }
publishing { publishing {