Skip to content

Commit b642fba

Browse files
authored
Merge pull request #156 from WinkPascal/develop
Update version to 1.28.0.1 and include jitpack.yml so that build doesnt fail on tests which are dependant on a backend
2 parents e7045b7 + e645027 commit b642fba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.bunq.sdk'
2-
version '1.28.0.1'
2+
version '1.28.0.2'
33

44
apply plugin: 'java'
55
apply plugin: 'maven-publish'

jitpack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdk:
2+
- openjdk17
3+
skip:
4+
- test

0 commit comments

Comments
 (0)