Skip to content

Commit

Permalink
Removes IDE version to save disk space in Github Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Nov 9, 2024
1 parent 15d8ac4 commit a947214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ tasks {
ideVersions.set(
listOf(
"IU-2024.3",
"IU-2023.3.8",
"IU-2022.3.3"
"IU-2023.3.8"
)
)
}
Expand Down

0 comments on commit a947214

Please sign in to comment.