Update license-tools

pull/996/head
Alex Baker 6 years ago
parent 044badcc05
commit c8b3de7006

@ -2,9 +2,9 @@ plugins {
id("com.android.application") id("com.android.application")
id("checkstyle") id("checkstyle")
id("io.fabric") id("io.fabric")
id("com.cookpad.android.licensetools")
kotlin("android") kotlin("android")
kotlin("kapt") kotlin("kapt")
id("com.cookpad.android.plugin.license-tools") version "1.2.2"
} }
repositories { repositories {

@ -537,11 +537,6 @@
copyrightHolder: Square, Inc. copyrightHolder: Square, Inc.
license: The Apache Software License, Version 2.0 license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: com.squareup.okhttp3:okhttp:+
name: OkHttp
copyrightHolder: Square, Inc.
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: com.squareup.retrofit2:retrofit:+ - artifact: com.squareup.retrofit2:retrofit:+
name: Retrofit name: Retrofit
copyrightHolder: Square, Inc. copyrightHolder: Square, Inc.

File diff suppressed because it is too large Load Diff

@ -11,7 +11,6 @@ buildscript {
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
classpath("io.fabric.tools:gradle:1.31.2") classpath("io.fabric.tools:gradle:1.31.2")
classpath("com.github.ben-manes:gradle-versions-plugin:0.27.0") classpath("com.github.ben-manes:gradle-versions-plugin:0.27.0")
classpath("com.cookpad.android.licensetools:license-tools-plugin:1.7.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
} }
} }

Loading…
Cancel
Save