aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/projects/minimalBase/build.gradle
blob: 8fbea237ed6254ea326fecc3c6db1a732746a6e0 (plain)
1
2
3
4
5
6
7
8
9
10
// This is used by a range of tests that append to this file before running the gradle tasks.
// Can be used for tests that require minimal custom setup
plugins {
	id 'fabric-loom'
	id 'maven-publish'
}

archivesBaseName = "fabric-example-mod"
version = "1.0.0"
group = "com.example"