--- a/build.gradle.kts Wed Oct 16 09:27:59 2019 -0700
+++ b/build.gradle.kts Sun Oct 20 14:29:22 2019 -0700
@@ -19,6 +19,7 @@
* along with Geekttrss. If not, see <http://www.gnu.org/licenses/>.
*/
import com.android.build.gradle.BaseExtension
+import com.geekorum.build.SourceLicenseCheckerPlugin
import com.geekorum.build.configureJavaVersion
import com.geekorum.build.createComponentsPlatforms
import com.geekorum.build.setupGoogleContent
@@ -57,6 +58,8 @@
createComponentsPlatforms()
}
+ apply<SourceLicenseCheckerPlugin>()
+
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"