Skip to content

Commit

Permalink
add Talaiot default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDogTom committed Mar 21, 2020
1 parent 23641ed commit 63551db
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.70'
repositories {
maven { url "https://plugins.gradle.org/m2/" }
google()
jcenter()
mavenLocal()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0-rc01'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.cdsap:talaiot:1.2.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
apply plugin: 'com.cdsap.talaiot'

talaiot {
publishers {
jsonPublisher = true
}
}

allprojects {
repositories {
google()
jcenter()

}
}

Expand Down

0 comments on commit 63551db

Please sign in to comment.