From 8e4e333c2a37ccb1d746b28ea6c10587a37393e7 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Sat, 25 May 2024 14:59:36 +0100 Subject: Remove stray file --- kubatech/gradle.properties | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 kubatech/gradle.properties diff --git a/kubatech/gradle.properties b/kubatech/gradle.properties deleted file mode 100644 index ffff823e21..0000000000 --- a/kubatech/gradle.properties +++ /dev/null @@ -1,9 +0,0 @@ - -# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled! -usesMixins = true - -# Specify the location of your implementation of IMixinConfigPlugin. Leave it empty otherwise. -mixinPlugin = mixin.MixinPlugin - -# Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail! -mixinsPackage = mixin.mixins -- cgit