File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ group = providers.gradleProperty("pluginGroup").get()
77version = providers.gradleProperty(" pluginVersion" ).get()
88
99
10+ java {
11+ toolchain {
12+ languageVersion.set(JavaLanguageVersion .of(17 ))
13+ }
14+ }
15+
1016repositories {
1117 mavenCentral()
1218 intellijPlatform {
@@ -18,8 +24,8 @@ repositories {
1824// https://plugins.jetbrains.com/docs/intellij/goland.html#pluginxml
1925dependencies {
2026 intellijPlatform {
21- // goland("2024.2.3 ")
22- local(" /Users/beer/Applications/GoLand.app" )
27+ goland(" 2025.1.1 " )
28+ // local("/Users/beer/Applications/GoLand.app")
2329
2430 bundledPlugin(" org.jetbrains.plugins.go" )
2531 zipSigner()
Original file line number Diff line number Diff line change 11pluginGroup = com.yangyang5214
22pluginName = struct-to-struct
33pluginRepositoryUrl = https://github.com/yangyang5214/go-struct-to-struct
4- pluginVersion = 0.0.9
4+ pluginVersion = 0.1.0
55
66# Gradle Releases -> https://github.com/gradle/gradle/releases
77gradleVersion = 8.10.2
You can’t perform that action at this time.
0 commit comments