From eafa943e5f85afbd9d05aaf7d8374a3215533e18 Mon Sep 17 00:00:00 2001 From: Him188 <Him188@mamoe.net> Date: Tue, 18 Feb 2020 20:35:44 +0800 Subject: [PATCH] Remove redundant `apply` --- mirai-core/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/mirai-core/build.gradle.kts b/mirai-core/build.gradle.kts index ebecaf2f9..c543159c5 100644 --- a/mirai-core/build.gradle.kts +++ b/mirai-core/build.gradle.kts @@ -8,8 +8,6 @@ plugins { id("com.jfrog.bintray") version "1.8.4-jetbrains-3" } -apply(from = rootProject.file("gradle/publish.gradle")) - val kotlinVersion: String by rootProject.ext val atomicFuVersion: String by rootProject.ext val coroutinesVersion: String by rootProject.ext