Skip to content

Commit ed31db6

Browse files
committed
set javac version 17
1 parent 9060198 commit ed31db6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ group = providers.gradleProperty("pluginGroup").get()
77
version = providers.gradleProperty("pluginVersion").get()
88

99

10+
java {
11+
toolchain {
12+
languageVersion.set(JavaLanguageVersion.of(17))
13+
}
14+
}
15+
1016
repositories {
1117
mavenCentral()
1218
intellijPlatform {
@@ -18,8 +24,8 @@ repositories {
1824
//https://plugins.jetbrains.com/docs/intellij/goland.html#pluginxml
1925
dependencies {
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()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = com.yangyang5214
22
pluginName = struct-to-struct
33
pluginRepositoryUrl = 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
77
gradleVersion = 8.10.2

0 commit comments

Comments
 (0)