fabric-*: remove redundant declarations already present in root build.gradle
This commit is contained in:
parent
ff08210162
commit
5e8fa51538
5 changed files with 0 additions and 50 deletions
|
|
@ -10,9 +10,6 @@ buildscript {
|
|||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
archivesBaseName = project.archives_base_name
|
||||
version = parent.version
|
||||
group = parent.group
|
||||
|
|
@ -45,13 +42,6 @@ processResources {
|
|||
}
|
||||
}
|
||||
|
||||
// ensure that the encoding is set to UTF-8, no matter what the system default is
|
||||
// this fixes some edge cases with special characters not displaying correctly
|
||||
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
java {
|
||||
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
||||
// if it is present.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue