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 e645027 commit fb94e9cCopy full SHA for fb94e9c
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.bunq.sdk'
2
-version '1.28.0.2'
+version '1.28.0.3'
3
4
apply plugin: 'java'
5
apply plugin: 'maven-publish'
@@ -42,4 +42,15 @@ dependencies {
42
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
43
}
44
45
+publishing {
46
+ publications {
47
+ create("mavenJava", MavenPublication) {
48
+ from components.java
49
+ groupId = 'com.bunq.sdk'
50
+ artifactId = 'sdk_java'
51
+ version = '1.28.0.3'
52
+ }
53
54
+}
55
+
56
apply plugin: 'idea'
0 commit comments