mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-28 04:51:00 +00:00
Forge Skeleton
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
group = 'art.arcane'
|
||||
version = rootProject.version
|
||||
|
||||
dependencies {
|
||||
implementation(project(':spi'))
|
||||
}
|
||||
|
||||
processResources {
|
||||
inputs.property('version', project.version)
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
expand('version': project.version)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named('jar', Jar).configure {
|
||||
archiveFileName.set("Iris-${project.version}-forge-skeleton.jar")
|
||||
}
|
||||
Reference in New Issue
Block a user