mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-23 02:19:04 +00:00
Misc Updates (#64)
This commit is contained in:
parent
e8c478d612
commit
83ae6195d9
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
allprojects {
|
||||
group = 'com.extendedclip.papi.expansion.javascript'
|
||||
version = '2.1.0'
|
||||
version = '2.1.1-DEV'
|
||||
description = 'PAPI-Expansion-Javascript'
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.extendedclip.papi.expansion.javascript'
|
||||
version '2.1.0'
|
||||
version '2.1.1-DEV'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.extendedclip.papi.expansion.javascript'
|
||||
version '2.1.0'
|
||||
version '2.1.1-DEV'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
@ -12,7 +12,7 @@ targetCompatibility = 1.8
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = "https://repo.vshnv.tech/"
|
||||
url = "https://repo.glaremasters.me/repository/public/"
|
||||
}
|
||||
}
|
||||
|
||||
|
Binary file not shown.
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.extendedclip.papi.expansion.javascript'
|
||||
version '2.1.0'
|
||||
version '2.1.1-DEV'
|
||||
archivesBaseName = "Javascript-Expansion"
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
@ -13,7 +13,7 @@ targetCompatibility = 1.8
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = "https://repo.vshnv.tech/"
|
||||
url = "https://repo.glaremasters.me/repository/public/"
|
||||
}
|
||||
maven {
|
||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
x
Reference in New Issue
Block a user