Skip to content

Commit

Permalink
Gradle upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Jun 15, 2018
1 parent a2037ef commit d839325
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4,266 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,3 +19,4 @@ local.properties

# JS
node_modules/
package-lock.json
3 changes: 2 additions & 1 deletion build.gradle.kts
Expand Up @@ -7,11 +7,12 @@ buildscript {
maven(url = "https://dl.bintray.com/jetbrains/kotlin-native-dependencies")
maven(url = "https://dl.bintray.com/salomonbrys/KMP-Gradle-Utils")
maven(url = "https://dl.bintray.com/kodein-framework/Kodein-Internal-Gradle")
maven(url = "https://dl.bintray.com/salomonbrys/wup-digital-maven")
mavenLocal()
}

dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-plugin:1.2.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-plugin:1.1.1")
}

}
Expand Down

0 comments on commit d839325

Please sign in to comment.