Skip to content

Commit 71e881f

Browse files
committed
Added maven publication
1 parent 8d1b241 commit 71e881f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

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

1212
repositories {
1313
maven { url = "https://repo.papermc.io/repository/maven-public/" }
@@ -51,3 +51,11 @@ githubRelease {
5151
apiEndpoint 'https://api.github.com'
5252
client
5353
}
54+
55+
publishing {
56+
publications {
57+
maven(MavenPublication) {
58+
from components.java
59+
}
60+
}
61+
}

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-
- Minor improvements
2+
- Added maven publication

0 commit comments

Comments
 (0)