This commit is contained in:
Aiden Fuller 2025-04-17 11:56:41 +10:00
parent ad225b4e25
commit 71bf2bfc5b

View file

@ -12,8 +12,8 @@ repositories {
// Configure Gradle IntelliJ Plugin // Configure Gradle IntelliJ Plugin
intellij { intellij {
version = '2025.1' version = '2024.3.5'
type = 'RD' // Target IDE Platform - IC for IntelliJ IDEA Community Edition type = 'IC' // Target IDE Platform - IC for IntelliJ IDEA Community Edition
} }
dependencies { dependencies {