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

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