Skip to content

Commit

Permalink
(m): change jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKiko committed Aug 30, 2023
1 parent dde307c commit 0d4713d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.kotlinAndroid) apply false
alias(libs.plugins.androidLibrary) apply false
}

true // Needed to make the Suppress annotation work for the plugins block
6 changes: 1 addition & 5 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
jdk:
- openjdk8
before_install:
- yes | sdkmanager "cmake;3.18.1"
- sdk install java 17.0.5-oracle
- sdk use java 17.0.5-oracle
- openjdk17

0 comments on commit 0d4713d

Please sign in to comment.