aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/projects/minimalBase/build.gradle
blob: 473d73aa8d7e4b18a8165aeab9fd0e23b960650e (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 'gg.essential.loom'
	id 'maven-publish'
}

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