ソースを参照

Remove unnecessary comments

Him188 6 年 前
コミット
dc50787b40
1 ファイル変更0 行追加6 行削除
  1. 0 6
      build.gradle

+ 0 - 6
build.gradle

@@ -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()