Skip to content

Commit

Permalink
Remove license for template to avoid confusing license detector
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Sep 10, 2024
1 parent 66c9ea2 commit 79706fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
24 changes: 0 additions & 24 deletions TEMPLATE_LICENSE.txt

This file was deleted.

17 changes: 0 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ plugins {
}

tasks.named('wrapper', Wrapper).configure {
// Define wrapper values here so as to not have to always do so when updating gradlew.properties.
// Switching this to Wrapper.DistributionType.ALL will download the full gradle sources that comes with
// documentation attached on cursor hover of gradle classes and methods. However, this comes with increased
// file size for Gradle. If you do switch this to ALL, run the Gradle wrapper task twice afterwards.
// (Verify by checking gradle/wrapper/gradle-wrapper.properties to see if distributionUrl now points to `-all`)
distributionType = Wrapper.DistributionType.BIN
}

Expand Down Expand Up @@ -65,8 +60,6 @@ neoForge {
minecraftVersion = project.parchment_minecraft_version
}

// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.
runs {
client {
client()
Expand All @@ -79,16 +72,6 @@ neoForge {

// applies to all the run configs above
configureEach {
// Recommended logging data for a userdev environment
// The markers can be added/remove as needed separated by commas.
// "SCAN": For mods scan.
// "REGISTRIES": For firing of registry events.
// "REGISTRYDUMP": For getting the contents of all registries.
systemProperty 'forge.logging.markers', 'REGISTRIES'

// Recommended logging level for the console
// You can set various levels here.
// Please read: https://stackoverflow.com/questions/2031163/when-to-use-the-different-log-levels
logLevel = org.slf4j.event.Level.DEBUG
}
}
Expand Down

0 comments on commit 79706fb

Please sign in to comment.