Skip to content

Commit

Permalink
🐛 Fix Resouces
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa authored Sep 24, 2024
1 parent b3b0cff commit 1b91dd7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'java-library'
id 'eclipse'
id 'com.gtnewhorizons.retrofuturagradle' version '1.4.1'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
}


Expand Down Expand Up @@ -47,3 +48,9 @@ repositories {
}
mavenLocal() // Must be last for caching to work
}

idea {
module {
inheritOutputDirs = true
}
}

0 comments on commit 1b91dd7

Please sign in to comment.