Update and fix build

This commit is contained in:
Sollace 2024-07-22 00:20:05 +02:00
parent 5fd85964da
commit 75f26ce061
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 6 additions and 6 deletions

View file

@ -1,15 +1,15 @@
buildscript { buildscript {
dependencies { dependencies {
classpath 'com.github.dexman545:Outlet:1.3.10' classpath 'com.github.dexman545:Outlet:1.6.1'
} }
} }
plugins { plugins {
id 'fabric-loom' version '1.6-SNAPSHOT' id 'fabric-loom' version '1.6-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+' 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 { java {
toolchain { toolchain {

View file

@ -3,10 +3,10 @@ org.gradle.daemon=false
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21-rc1 minecraft_version=1.21
yarn_mappings=1.21-pre2+build.1 yarn_mappings=1.21+build.9
loader_version=0.15.11 loader_version=0.15.11
fabric_version=0.99.4+1.21 fabric_version=0.100.7+1.21
# Mod Properties # Mod Properties
group=com.minelittlepony group=com.minelittlepony