Remove unnecessary comments

This commit is contained in:
Him188 2020-02-22 16:56:35 +08:00
parent ec759f0fd2
commit dc50787b40

View File

@ -10,7 +10,6 @@ buildscript {
}
dependencies {
// Do try to waste your time.
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath("com.github.jengelman.gradle.plugins:shadow:5.2.0")
@ -33,11 +32,6 @@ allprojects {
group = "net.mamoe"
version = getProperty("mirai_version")
// tasks.withType(KotlinCompile).all { task ->
// task.kotlinOptions{
// jvmTarget = '1.6'
// }
// }
repositories {
mavenLocal()