File tree Expand file tree Collapse file tree 9 files changed +29
-21
lines changed Expand file tree Collapse file tree 9 files changed +29
-21
lines changed Original file line number Diff line number Diff line change 49
49
uses : actions/setup-java@v4
50
50
with :
51
51
distribution : zulu
52
- java-version : 17
52
+ java-version : 21
53
53
54
54
# Setup Gradle
55
55
- name : Setup Gradle
@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/setup-java@v4
110
110
with :
111
111
distribution : zulu
112
- java-version : 17
112
+ java-version : 21
113
113
114
114
# Setup Gradle
115
115
- name : Setup Gradle
@@ -163,11 +163,11 @@ jobs:
163
163
uses : actions/setup-java@v4
164
164
with :
165
165
distribution : zulu
166
- java-version : 17
166
+ java-version : 21
167
167
168
168
# Run Qodana inspections
169
169
- name : Qodana - Code Inspection
170
- uses : JetBrains/qodana-action@v2024.2.6
170
+ uses : JetBrains/qodana-action@v2024.3.4
171
171
with :
172
172
cache-default-branch-only : true
173
173
@@ -194,7 +194,7 @@ jobs:
194
194
uses : actions/setup-java@v4
195
195
with :
196
196
distribution : zulu
197
- java-version : 17
197
+ java-version : 21
198
198
199
199
# Setup Gradle
200
200
- name : Setup Gradle
Original file line number Diff line number Diff line change 29
29
uses : actions/setup-java@v4
30
30
with :
31
31
distribution : zulu
32
- java-version : 17
32
+ java-version : 21
33
33
34
34
# Setup Gradle
35
35
- name : Setup Gradle
Original file line number Diff line number Diff line change 40
40
uses : actions/setup-java@v4
41
41
with :
42
42
distribution : zulu
43
- java-version : 17
43
+ java-version : 21
44
44
45
45
# Setup Gradle
46
46
- name : Setup Gradle
Original file line number Diff line number Diff line change 1
1
# Testcontainers Port Updater Changelog
2
2
3
3
## [ Unreleased]
4
+ - Bump dependencies to their latest versions
5
+ - Support latest IntelliJ 2025.1.*
6
+ - Bump Java version to 21
7
+ - Bump Gradle version to 8.12.1
8
+
9
+ ## [ 1.1.6] - 2024-11-19
10
+
4
11
- Bump dependencies to their latest versions
5
12
- Support latest IntelliJ 2024.3.*
6
13
- Bump Gradle version to 8.11
142
149
143
150
- Create the plugin
144
151
145
- [ Unreleased ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...HEAD
152
+ [ Unreleased ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.6...HEAD
153
+ [ 1.1.6 ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...v1.1.6
146
154
[ 1.1.5 ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.4...v1.1.5
147
155
[ 1.1.4 ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.3...v1.1.4
148
156
[ 1.1.3 ] : https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.2...v1.1.3
Original file line number Diff line number Diff line change 3
3
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
4
4
pluginName = Testcontainers Port Updater
5
5
pluginRepositoryUrl = https://github.com/yusufugurozbek/testcontainers-port-updater
6
- pluginVersion = 1.1.6
6
+ pluginVersion = 1.1.7
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
- pluginSinceBuild = 234
10
- pluginUntilBuild = 243 .*
9
+ pluginSinceBuild = 242
10
+ pluginUntilBuild = 251 .*
11
11
12
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13
13
platformType = IU
14
- platformVersion = 2024.1
14
+ platformVersion = 2024.2
15
15
16
16
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
17
17
platformPlugins =
18
18
platformBundledPlugins = com.intellij.database
19
19
20
20
# Gradle Releases -> https://github.com/gradle/gradle/releases
21
- gradleVersion = 8.11
21
+ gradleVersion = 8.12.1
22
22
org.gradle.jvmargs =-Xmx1g
23
23
24
24
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
@@ -30,4 +30,4 @@ org.gradle.configuration-cache = true
30
30
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
31
31
org.gradle.caching = true
32
32
33
- javaVersion = 17
33
+ javaVersion = 21
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ junit = "4.13.2"
4
4
5
5
# plugins
6
6
changelog = " 2.2.1"
7
- intelliJPlatform = " 2.1.0 "
8
- kotlin = " 2.0.21 "
9
- kover = " 0.8.3 "
10
- qodana = " 2024.2.6 "
7
+ intelliJPlatform = " 2.2.1 "
8
+ kotlin = " 2.1.10 "
9
+ kover = " 0.9.1 "
10
+ qodana = " 2024.3.4 "
11
11
12
12
[libraries ]
13
13
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 3
3
4
4
version : 1.0
5
5
linter : jetbrains/qodana-jvm-community:2024.2
6
- projectJDK : " 17 "
6
+ projectJDK : " 21 "
7
7
profile :
8
8
name : qodana.recommended
9
9
exclude :
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
2
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
3
3
}
4
4
5
5
rootProject.name = " Testcontainers Port Updater"
You can’t perform that action at this time.
0 commit comments