From fab4924021cfcb2e8c8fc31730d6d738267c71dd Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 31 Jul 2024 14:32:24 +0200 Subject: [PATCH] Fix build --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 58465b32..8752d140 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,15 @@ buildscript { dependencies { - classpath 'com.github.dexman545:Outlet:1.3.10' + classpath 'com.github.dexman545:Outlet:1.6.1' } } plugins { id 'java-library' id 'fabric-loom' version '1.5-SNAPSHOT' id 'com.modrinth.minotaur' version '2.+' - id 'org.ajoberstar.reckon' version '0.13.0' + id 'org.ajoberstar.reckon' version '0.13.1' } -apply plugin: 'dex.plugins.outlet' +apply plugin: 'io.github.dexman545.outlet' java { toolchain {