Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
remove gradleutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Mar 22, 2024
1 parent 281a642 commit 85b7b03
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url = "https://maven.minecraftforge.net/" }
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:[6.0.16,6.2)'
}
}

import com.mohistmc.tasks.JenkinsNumber

import groovy.json.JsonBuilder
Expand All @@ -33,8 +22,9 @@ import org.gradle.plugins.ide.eclipse.model.SourceFolder

plugins {
id 'org.cadixdev.licenser' version '0.6.1'
id 'net.minecraftforge.gradleutils' version '[2.2,2.3)'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'net.minecraftforge.gradle.patcher' version '[6.0.16,6.2)' apply false
id 'net.minecraftforge.gradle.mcp' version '[6.0.16,6.2)' apply false
id 'eclipse'
id 'de.undercouch.download' version '5.4.0'
}
Expand All @@ -51,7 +41,6 @@ ext {
MCP_VERSION = '20210115.111550'
ASM_VERSION = '9.6'
SPI_VERSION = '3.2.0'
GIT_INFO = gradleutils.gitInfo

MOHIST_VERSION = JenkinsNumber.info()
}
Expand Down Expand Up @@ -280,7 +269,6 @@ project(':mohist') {
MANIFESTS = [
'/': [
'Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'GitCommit': gradleutils.gitInfo.abbreviatedId,
'Git-Branch': '1.16.5'
] as LinkedHashMap,
'net/minecraftforge/versions/forge/': [
Expand Down

0 comments on commit 85b7b03

Please sign in to comment.