Skip to content

Commit 83ae619

Browse files
authored
Misc Updates (#64)
1 parent e8c478d commit 83ae619

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55
allprojects {
66
group = 'com.extendedclip.papi.expansion.javascript'
7-
version = '2.1.0'
7+
version = '2.1.1-DEV'
88
description = 'PAPI-Expansion-Javascript'
99
}
1010

evaluator-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.extendedclip.papi.expansion.javascript'
6-
version '2.1.0'
6+
version '2.1.1-DEV'
77

88
sourceCompatibility = 1.8
99
targetCompatibility = 1.8

evaluator/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ plugins {
44
}
55

66
group 'com.extendedclip.papi.expansion.javascript'
7-
version '2.1.0'
7+
version '2.1.1-DEV'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8
1111

1212
repositories {
1313
mavenCentral()
1414
maven {
15-
url = "https://repo.vshnv.tech/"
15+
url = "https://repo.glaremasters.me/repository/public/"
1616
}
1717
}
1818

expansion/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ plugins {
55
}
66

77
group 'com.extendedclip.papi.expansion.javascript'
8-
version '2.1.0'
8+
version '2.1.1-DEV'
99
archivesBaseName = "Javascript-Expansion"
1010

1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8
1313
repositories {
1414
mavenCentral()
1515
maven {
16-
url = "https://repo.vshnv.tech/"
16+
url = "https://repo.glaremasters.me/repository/public/"
1717
}
1818
maven {
1919
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)