Fixed project gradle settings.

This commit is contained in:
2020-01-08 14:22:40 +01:00
parent 7cbd3adf92
commit 7c5156ae38
5 changed files with 18 additions and 11 deletions

View File

@ -10,6 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@ -26,3 +27,5 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
apply plugin: 'io.codearte.nexus-staging'