Skip to content

Commit 6869e9e

Browse files
committed
Updated gradle project
1 parent 71e881f commit 6869e9e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ plugins {
77
}
88

99
group = 'simpleclient-api'
10-
version = '0.1.1'
10+
version = '0.1.2'
1111

1212
repositories {
13-
maven { url = "https://repo.papermc.io/repository/maven-public/" }
1413
}
1514

1615
dependencies {

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## SimpleClient API %version%
2-
- Added maven publication
2+
- Updated gradle project

settings.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
pluginManagement {
2+
repositories {
3+
gradlePluginPortal()
4+
maven { url = 'https://repo.papermc.io/repository/maven-public/' }
5+
}
6+
}
17
rootProject.name = 'simpleclient-api'

0 commit comments

Comments
 (0)