summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorasie <kontakt@asie.pl>2019-02-25 07:32:13 +0100
committerasie <kontakt@asie.pl>2019-02-25 07:32:13 +0100
commit1794cc24116a4a0ab61f5eaa4eb03f33e42ad55d (patch)
tree7e4051dbfb68e48b49a8b397b3ad7db54e69b519
parentb83fbda9e50f141336a47818cd6b1b3de34d413f (diff)
fix typo
-rw-r--r--build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 0c38eca..2d6c792 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,18 +24,13 @@ dependencies {
 }
 
 processResources {
-	// this will ensure that this task is re-run when there's a change
 	inputs.property "version", project.version
 
-	// replace stuff in fabric.mod.json, nothing else
 	from(sourceSets.main.resources.srcDirs) {
 		include "fabric.mod.json"
-
-		// add mod metadata
 		expand "version": project.version
 	}
 
-	// copy everything else, thats not the mcmod.info
 	from(sourceSets.main.resources.srcDirs) {
 		exclude "fabric.mod.json"
 	}