Skip to content

Commit fe7a7c5

Browse files
committed
Updated gradle project #4
1 parent 872fc9e commit fe7a7c5

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 = 'com.github.SimpleClientDevelopment'
10-
version = '0.1.4'
10+
version = '0.1.5'
1111

1212
repositories {
1313
}
@@ -51,4 +51,12 @@ githubRelease {
5151
dryRun false
5252
apiEndpoint 'https://api.github.com'
5353
client
54+
}
55+
56+
publishing {
57+
publications {
58+
maven(MavenPublication) {
59+
from components.java
60+
}
61+
}
5462
}

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-
- Updated gradle project #3
2+
- Updated gradle project #4

0 commit comments

Comments
 (0)