Root cleanup

This commit is contained in:
cyberpwn
2022-01-13 06:45:58 -05:00
parent f12bd1368f
commit 5594ad1ce3
3 changed files with 1 additions and 78 deletions
+1 -2
View File
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
plugins {
id 'java'
id 'io.freefair.lombok' version '5.2.1'
@@ -280,7 +281,6 @@ task iris(type: Copy)
dependsOn(specialSourceRemap)
}
def registerCustomOutputTask(name, path) {
if (!System.properties['os.name'].toLowerCase().contains('windows'))
{
@@ -316,4 +316,3 @@ def registerCustomOutputTaskUnix(name, path) {
}
}
}