You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
id 'maven'
}
Gradle Kotlin DSL代码如下:
plugins {
java
id("maven")
id("org.jetbrains.kotlin.jvm") version "1.5.10"
}
Gradle DSL可正常使用maven插件
但Gradle Kotlin DSL报错
org.gradle.internal.exceptions.LocationAwareException:Build file 'E:\SCT-Pay-SDK\build.gradle.kts' line:1Plugin [id:'maven'] was not found in any of the following sources:-GradleCorePlugins (not a core plugin, please see https://docs.gradle.org/7.0.2/userguide/standard_plugins.html for available core plugins)-PluginRepositories (plugin dependency must include a version number forthis source)
The text was updated successfully, but these errors were encountered:
Gradle DSL代码如下:
Gradle Kotlin DSL代码如下:
Gradle DSL可正常使用maven插件
但Gradle Kotlin DSL报错
The text was updated successfully, but these errors were encountered: