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:
KennyTV 2021-05-27 23:56:22 +02:00
parent 4ef862e06d
commit 8beedffea2
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import org.gradle.api.plugins.JavaPlugin.TEST_IMPLEMENTATION_CONFIGURATION_NAME
plugins {
base
id("via.build-logic")
}