Skip to content

Commit 4d8ed5d

Browse files
v1.1.1 - Add repository for bungeecord-chat dependency
1 parent 2014f0f commit 4d8ed5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'org.example'
6-
version = '1.1.0'
6+
version = '1.1.1'
77

88
repositories {
99
mavenCentral()
@@ -14,6 +14,8 @@ repositories {
1414
includeGroup 'org.spigotmc'
1515
}
1616
}
17+
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
18+
maven { url = 'https://oss.sonatype.org/content/repositories/central' }
1719
}
1820

1921
java {

0 commit comments

Comments
 (0)