File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
allprojects {
6
6
group = ' com.extendedclip.papi.expansion.javascript'
7
- version = ' 2.1.0 '
7
+ version = ' 2.1.1-DEV '
8
8
description = ' PAPI-Expansion-Javascript'
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group ' com.extendedclip.papi.expansion.javascript'
6
- version ' 2.1.0 '
6
+ version ' 2.1.1-DEV '
7
7
8
8
sourceCompatibility = 1.8
9
9
targetCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ plugins {
4
4
}
5
5
6
6
group ' com.extendedclip.papi.expansion.javascript'
7
- version ' 2.1.0 '
7
+ version ' 2.1.1-DEV '
8
8
9
9
sourceCompatibility = 1.8
10
10
targetCompatibility = 1.8
11
11
12
12
repositories {
13
13
mavenCentral()
14
14
maven {
15
- url = " https://repo.vshnv.tech /"
15
+ url = " https://repo.glaremasters.me/repository/public /"
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ plugins {
5
5
}
6
6
7
7
group ' com.extendedclip.papi.expansion.javascript'
8
- version ' 2.1.0 '
8
+ version ' 2.1.1-DEV '
9
9
archivesBaseName = " Javascript-Expansion"
10
10
11
11
sourceCompatibility = 1.8
12
12
targetCompatibility = 1.8
13
13
repositories {
14
14
mavenCentral()
15
15
maven {
16
- url = " https://repo.vshnv.tech /"
16
+ url = " https://repo.glaremasters.me/repository/public /"
17
17
}
18
18
maven {
19
19
url = ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments