Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Commits
1277b3eb
Commit
1277b3eb
authored
1 month ago
by
Oliver Geisel
Browse files
Options
Downloads
Patches
Plain Diff
Add support for IntelliJ 2025.1, set source and target source to Java 21
parent
d776cb67
No related branches found
No related tags found
No related merge requests found
Pipeline
#21725
failed
1 month ago
Stage: test
Stage: jar
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
build.gradle.kts
+3
-3
3 additions, 3 deletions
build.gradle.kts
gradle.properties
+3
-3
3 additions, 3 deletions
gradle.properties
with
16 additions
and
6 deletions
CHANGELOG.md
+
10
−
0
View file @
1277b3eb
...
@@ -12,6 +12,16 @@
...
@@ -12,6 +12,16 @@
### Fixed
### Fixed
## [0.3.6]
### Added
-
Support for IntelliJ IDEA 2025.1
### Changed
-
Update source and target Java version to 21
## [0.3.5]
## [0.3.5]
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
build.gradle.kts
+
3
−
3
View file @
1277b3eb
...
@@ -182,11 +182,11 @@ tasks {
...
@@ -182,11 +182,11 @@ tasks {
}
}
withType
<
JavaCompile
>
{
withType
<
JavaCompile
>
{
sourceCompatibility
=
"1
7
"
sourceCompatibility
=
"
2
1"
targetCompatibility
=
"1
7
"
targetCompatibility
=
"
2
1"
}
}
withType
<
Detekt
>
{
withType
<
Detekt
>
{
jvmTarget
=
"1
7
"
jvmTarget
=
"
2
1"
}
}
}
}
This diff is collapsed.
Click to expand it.
gradle.properties
+
3
−
3
View file @
1277b3eb
...
@@ -4,16 +4,16 @@
...
@@ -4,16 +4,16 @@
pluginGroup
=
org.jastadd
pluginGroup
=
org.jastadd
pluginId
=
JastAdd
pluginId
=
JastAdd
pluginName
=
JastAdd Language Support
pluginName
=
JastAdd Language Support
pluginVersion
=
0.3.
5
pluginVersion
=
0.3.
6
pluginRepositoryUrl
=
https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin/
pluginRepositoryUrl
=
https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin/
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild
=
223
pluginSinceBuild
=
223
pluginUntilBuild
=
2
43
.*
pluginUntilBuild
=
2
51
.*
platformType
=
IC
platformType
=
IC
platformVersion
=
202
4.3
platformVersion
=
202
5.1
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment