diff options
| author | Linnea Gräf <nea@nea.moe> | 2023-09-07 12:10:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 12:10:45 +0200 |
| commit | 1378e4e614d566cc0733647f0ae37ce85880fd8a (patch) | |
| tree | 90574e5ceb00ac442533bc50aa1d2b377385fe46 /build.gradle.kts | |
| parent | cff2c91c06a44a6498288be38c3149d70b28beef (diff) | |
| download | SkyHanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.tar.gz SkyHanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.tar.bz2 SkyHanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.zip | |
It's time to punch wheat (#442)
It's time to punch wheat #442
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 2c5742c05..ade832df3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ java { } sourceSets.main { - output.setResourcesDir(file("$buildDir/classes/java/main")) + output.setResourcesDir(file("$buildDir/classes/kotlin/main")) } repositories { |
