Skip to content

Commit 5dbcb77

Browse files
authored
update min version to 252 (#85)
* update min version to 252 * increase timeout
1 parent ed16051 commit 5dbcb77

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Module Maker Changelog
22

3+
## [1.2.1]
4+
- Update min version to 252
5+
36
## [1.2.0]
47
- Fix startup issue on Windows
58
- Change to standard IntelliJ theming

gradle.properties

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ pluginGroup = com.joetr.modulemaker
44
pluginName = ModuleMaker
55
pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.0
7+
pluginVersion = 1.2.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 222
10+
# Branch numbers are based on the YYYY.R IDE release version numbers.
11+
# The branch number takes the last two digits of the year and the R release number.
12+
# For example, 231 for 2023.1, 232 for 2023.2, and 233 for 2023.3.
13+
pluginSinceBuild = 252
1114
# pluginUntilBuild =
1215

1316
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1417
platformType = AI
1518
# AS version and patch at the end
16-
platformVersion = 2025.2.3.1
19+
platformVersion = 2025.3.1.1
1720

1821
# Example: platformBundledPlugins = com.intellij.java
1922
platformBundledPlugins = com.intellij.java
@@ -39,3 +42,7 @@ org.gradle.caching = true
3942
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
4043
systemProp.org.gradle.unsafe.kotlin.assignment = true
4144

45+
# Increase HTTP timeouts for downloading large IDE artifacts (e.g. Android Studio ~1GB) on CI
46+
systemProp.org.gradle.internal.http.socketTimeout=300000
47+
systemProp.org.gradle.internal.http.connectionTimeout=60000
48+

0 commit comments

Comments
 (0)