Skip to content

Commit

Permalink
Merge pull request #22 from kkostov/main
Browse files Browse the repository at this point in the history
Fix jitpack release
  • Loading branch information
winsmith authored Feb 5, 2024
2 parents e34d954 + 1beae82 commit 42dabdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://jitpack.io/docs/BUILDING/#custom-commands
jdk:
- openjdk17
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.telemetrydeck.sdk'
artifactId = 'final'
version = '1.1'
version = '2.0'
}
}
}
}
}

0 comments on commit 42dabdb

Please sign in to comment.