Skip to content

Commit

Permalink
update gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Dec 3, 2022
1 parent 71186e0 commit 99fec8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
buildscript {
repositories {
maven { url = 'https://files.minecraftforge.net/maven' }
mavenCentral()
maven {url='https://repo.spongepowered.org/repository/maven-public'}
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath group: 'org.spongepowered', name: 'mixingradle', version: '0.7-SNAPSHOT', changing: true
}
}

plugins {
id 'net.minecraftforge.gradle' version '5.1.+'
id 'com.matthewprenger.cursegradle' version '1.2.0'
id 'de.undercouch.download' version '3.3.0'
id 'idea'
id 'eclipse'
id "com.modrinth.minotaur" version "2.+"
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'

apply from: 'https://raw.githubusercontent.com/SizableShrimp/ForgeUpdatesRemapper/main/remapper.gradle'

group = 'de.teamlapen.werewolves' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ api_version=1
minor_version=0
patch_version=0
#mcp
mcp_channel=official
mcp_mappings=1.19.2
mcp_channel=parchment
mcp_mappings=2022.11.27-1.19.2
#dependecies
jei_version=11.3.0.262
vampirism_version=1.9.0-beta.1
Expand Down
10 changes: 9 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
rootProject.name = "Werewolves"
pluginManagement {
repositories {
maven { url = 'https://maven.minecraftforge.net/' }
maven {url = 'https://maven.parchmentmc.org'}
gradlePluginPortal()
}
}

rootProject.name = "Werewolves"

0 comments on commit 99fec8c

Please sign in to comment.