mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
plugin: Support S3 repositories
This commit is contained in:
@@ -31,12 +31,6 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url = uri("https://repo.gradle.org/gradle/libs-releases") }
|
||||
maven {
|
||||
url = uri("https://dl.bintray.com/ohnosequences/maven")
|
||||
content {
|
||||
includeGroup("ohnosequences")
|
||||
}
|
||||
}
|
||||
}
|
||||
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
||||
}
|
||||
@@ -47,4 +41,4 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
include(":app", ":model", ":plugin")
|
||||
include(":app", ":ivy", ":model", ":plugin")
|
||||
|
||||
Reference in New Issue
Block a user