Skip to content

Commit

Permalink
examples use github repo instead of jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Dec 9, 2024
1 parent 7277ffa commit e5f1aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
// see settings.gradle for plugin version
// id 'ru.vyarus.animalsniffer' version '2.0.0-SNAPSHOT' apply false
id 'ru.vyarus.animalsniffer' version '2.0.0-SNAPSHOT' apply false
id 'org.jetbrains.kotlin.multiplatform' version '2.0.21' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.0.21'
id 'org.jetbrains.kotlin.android' version '2.0.21' apply false
Expand Down
9 changes: 1 addition & 8 deletions examples/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == 'ru.vyarus.animalsniffer') {
useModule('ru.vyarus:gradle-animalsniffer-plugin:master-SNAPSHOT')
}
}
}
repositories {
mavenLocal()
gradlePluginPortal()
google()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.pkg.github.com/xvik/gradle-animalsniffer-plugin' }
}
}

Expand Down

0 comments on commit e5f1aba

Please sign in to comment.