We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1b241 commit 71e881fCopy full SHA for 71e881f
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'simpleclient-api'
10
-version = '0.1.0'
+version = '0.1.1'
11
12
repositories {
13
maven { url = "https://repo.papermc.io/repository/maven-public/" }
@@ -51,3 +51,11 @@ githubRelease {
51
apiEndpoint 'https://api.github.com'
52
client
53
54
+
55
+publishing {
56
+ publications {
57
+ maven(MavenPublication) {
58
+ from components.java
59
+ }
60
61
+}
changelog.md
@@ -1,2 +1,2 @@
1
## SimpleClient API %version%
2
-- Minor improvements
+- Added maven publication
0 commit comments