Commit dc50787b authored by Him188's avatar Him188

Remove unnecessary comments

parent ec759f0f
...@@ -10,7 +10,6 @@ buildscript { ...@@ -10,7 +10,6 @@ buildscript {
} }
dependencies { dependencies {
// Do try to waste your time.
classpath 'com.android.tools.build:gradle:3.5.3' classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath("com.github.jengelman.gradle.plugins:shadow:5.2.0") classpath("com.github.jengelman.gradle.plugins:shadow:5.2.0")
...@@ -33,11 +32,6 @@ allprojects { ...@@ -33,11 +32,6 @@ allprojects {
group = "net.mamoe" group = "net.mamoe"
version = getProperty("mirai_version") version = getProperty("mirai_version")
// tasks.withType(KotlinCompile).all { task ->
// task.kotlinOptions{
// jvmTarget = '1.6'
// }
// }
repositories { repositories {
mavenLocal() mavenLocal()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment