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 872fc9e commit fe7a7c5Copy full SHA for fe7a7c5
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'com.github.SimpleClientDevelopment'
10
-version = '0.1.4'
+version = '0.1.5'
11
12
repositories {
13
@@ -51,4 +51,12 @@ githubRelease {
51
dryRun false
52
apiEndpoint 'https://api.github.com'
53
client
54
+}
55
+
56
+publishing {
57
+ publications {
58
+ maven(MavenPublication) {
59
+ from components.java
60
+ }
61
62
changelog.md
@@ -1,2 +1,2 @@
1
## SimpleClient API %version%
2
-- Updated gradle project #3
+- Updated gradle project #4
0 commit comments