Skip to content

Commit 86e8313

Browse files
committed
added jitpack.yml
1 parent 486d6d9 commit 86e8313

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ plugins {
33
id 'com.android.application' version '7.4.0' apply false
44
id 'com.android.library' version '7.4.0' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
6-
id 'maven-publish'
76
}

jitpack.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdk:
2+
- openjdk11
3+
before_install:
4+
- ./scripts/prepareJitpackEnvironment.sh

0 commit comments

Comments
 (0)