mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-03 05:11:21 +01:00
Fix project root build/libs dir not being cleaned
The base plugin is usually applied by the java plugin, but since that has been moved into the platforms, cleaning was no longer applied to the root dir (created and filled by the universal submodule).
This commit is contained in:
parent
4ef862e06d
commit
8beedffea2
@ -1,6 +1,7 @@
|
|||||||
import org.gradle.api.plugins.JavaPlugin.TEST_IMPLEMENTATION_CONFIGURATION_NAME
|
import org.gradle.api.plugins.JavaPlugin.TEST_IMPLEMENTATION_CONFIGURATION_NAME
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
base
|
||||||
id("via.build-logic")
|
id("via.build-logic")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user