-
Notifications
You must be signed in to change notification settings - Fork 2
/
_build.gradle.ktss
59 lines (57 loc) · 1.42 KB
/
_build.gradle.ktss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
//import org.gradle.api.tasks.testing.logging.TestExceptionFormat
//
//buildscript {
//
// repositories {
// google()
// jcenter()
//
// maven(url = "https://maven.fabric.io/public")
// }
//
// dependencies {
// classpath(Libs.com_android_tools_build_gradle)
// classpath(Libs.kotlin_gradle_plugin)
// classpath(Libs.io_fabric_tools_gradle)
// classpath(Libs.google_services)
// classpath(Libs.navigation_safe_args_gradle_plugin)
// classpath(Libs.frodo_plugin)
// classpath(Libs.onesignal_gradle_plugin)
// }
//}
//
//plugins {
// // id("de.fayard.buildSrcVersions") version "0.3.2"
// id("com.diffplug.gradle.spotless") version "3.21.1"
// id("com.github.ben-manes.versions") version "0.21.0"
//}
//
//allprojects {
// repositories {
// google()
// jcenter()
//
// maven("https://jitpack.io")
// maven("https://maven.fabric.io/public")
// maven("https://dl.bintray.com/mockito/maven/")
// }
//
// tasks.withType(Javadoc::class).all {
// enabled = false
// }
//}
//
//tasks.register("cleanDir", Delete::class) {
// delete(rootProject.buildDir)
//}
//
//tasks.withType(Test::class) {
// testLogging {
// showExceptions = true
// showStandardStreams = true
// exceptionFormat = TestExceptionFormat.FULL
// events("started", "skipped", "passed", "failed")
// }
//}
*/