Skip to content

v1.2

Compare
Choose a tag to compare
@rzblue rzblue released this 10 Apr 12:55
· 11 commits to master since this release

This release added the option to give the zip file a custom name rather than the %name%-%version%.zip format. This project is now on Maven Central:
Maven:

<dependency>
    <groupId>com.github.firecrafty.technicassembler</groupId>
    <artifactId>TechnicAssembler</artifactId>
    <version>1.2</version>
</dependency>

Gradle:

compile 'com.github.firecrafty.technicassembler:TechnicAssembler:1.2'