We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e78100 commit c3cce29Copy full SHA for c3cce29
app/common.gradle.kts
@@ -4,9 +4,9 @@
4
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
5
6
repositories {
7
+ mavenLocal()
8
jcenter()
9
maven("https://repo.adobe.com/nexus/content/groups/public")
- maven("https://dl.bintray.com/acs/releases")
10
}
11
12
tasks {
buildSrc/build.gradle.kts
@@ -22,7 +22,6 @@ repositories {
22
mavenLocal()
23
24
gradlePluginPortal()
25
- maven("https://dl.bintray.com/cognifide/maven-public")
26
27
maven("https://plugins.gradle.org/m2")
28
0 commit comments