1
0
Fork 0
mirror of https://github.com/Miasmusa/Shadow.git synced 2025-03-24 02:59:41 -04:00

unshit config

This commit is contained in:
0x150 2021-12-18 18:48:50 +01:00
parent c50ec707d0
commit 88f25ea67d
3 changed files with 6 additions and 10 deletions

View file

@ -3,8 +3,8 @@ plugins {
id 'maven-publish'
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
archivesBaseName = project.archives_base_name
version = project.mod_version
@ -25,14 +25,9 @@ dependencies {
processResources {
inputs.property "version", project.version
from(sourceSets.main.resources.srcDirs) {
include "fabric.mod.json"
filesMatching("fabric.mod.json") {
expand "version": project.version
}
from(sourceSets.main.resources.srcDirs) {
exclude "fabric.mod.json"
}
}
// ensure that the encoding is set to UTF-8, no matter what the system default is

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View file

@ -5,7 +5,8 @@
"name": "SipoverPrivate",
"description": "YOOOOO $2500 WE GETTIN RICH BOYYS",
"authors": [
"0x150, Kopamed"
"0x150",
"Kopamed"
],
"contributors": [],
"contact": {},