Skip to content

Commit

Permalink
feat: support JetBrains 2024.1 EAP releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg authored and ahtrotta committed Feb 7, 2024
1 parent eec11dd commit ae517a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pluginVersion=0.50.0

sinceBuild=213.0
untilBuild=233.*
untilBuild=241.*

# run plugin verifier for the earliest and latest supported versions
ideVersionVerifier=IC-2021.3.3,IC-2023.3.2
ideVersionVerifier=IC-2021.3.3,IC-2023.3.2,IC-241.10840.26

lombokVersion=1.18.24

Expand All @@ -16,6 +16,7 @@ ideVersion=IC-2021.3.3
#ideVersion=IC-2023.1.1
#ideVersion=IC-2023.2
#ideVersion=IC-2023.3.2
#ideVersion=IC-241.10840.26-EAP-SNAPSHOT

org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.parallel=false

0 comments on commit ae517a8

Please sign in to comment.