diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..09ac39d --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,3 @@ +# https://jitpack.io/docs/BUILDING/#custom-commands +jdk: + - openjdk17 diff --git a/lib/build.gradle b/lib/build.gradle index ddc623b..3e18f56 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -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' } } } -} \ No newline at end of file +}