Skip to content

Commit

Permalink
Cleanup unused properties and use correct IDEA version
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Sep 4, 2024
1 parent fe8ae39 commit 26d4ad4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation(libs.bundles.fuel)

intellijPlatform {
intellijIdeaCommunity(ideaVersionName)
intellijIdeaCommunity(libs.versions.intellij.ide)

// Bundled plugin dependencies
bundledPlugin("com.intellij.java")
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
ideaVersionName = 2023.2.2

coreVersion = 1.8.1
downloadIdeaSources = true

# Silences a build-time warning because we are bundling our own kotlin library
kotlin.stdlib.default.dependency = false
4 changes: 1 addition & 3 deletions obfuscation-explorer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ plugins {
`mcdev-publishing`
}

val ideaVersion: String by project
val ideaVersionName: String by project
val coreVersion: String by project
val downloadIdeaSources: String by project

val jflex by configurations
val jflexSkeleton by configurations
Expand All @@ -51,7 +49,7 @@ intellijPlatform {

dependencies {
intellijPlatform {
intellijIdeaCommunity(ideaVersionName)
intellijIdeaCommunity(libs.versions.intellij.ide)

plugin(libs.versions.psiPlugin.map { "PsiViewer:$it" })

Expand Down

0 comments on commit 26d4ad4

Please sign in to comment.