Releases: xpdustry/toxopid
Releases · xpdustry/toxopid
v2.2.0
v2.1.1
V2.1.1
- Fixed bug where the wrong Mindustry artifacts were downloaded
v2.1.0
V2.1.0
-
Fixed an issue with mindustry version in download tasks.
-
GitHubArtifact
is now an interface that can be implemented. -
Misc changes.
v2.0.0
V2.0.0
Complete overhaul of the plugin, it now follows gradle plugin convention to allow maximum customization :
-
Multiple sub-plugins.
-
Task pipelines. (
downloadMindustry
->runMindustry
) -
Simpler extension settings...
-
Much more !!!
v1.3.2
v1.3.2
- BugFix: removed
annotations
artifact since it's no longer published in V7.
v1.3.1
v1.3.1
- Fix bug where only the
ModTarget.DESKTOP
dependencies are applied. - Small changes
v1.3.0
v1.3.0 Release
- Renamed
MindustryDependency
toModDependency
. - Renamed
MindustryTarget
toModTarget
. - Renamed
ToxopidExtension
attributes accordingly ^.- Removed
modFile
.
- Removed
- Bug fixes related to
MindustryExec
tasks - Addition of
addArtifact
method toMindustryExec
for gradle multi-projects.
v1.2.1
- Bug fixes
v1.2.0
- Removed static constructor of
ModMetadata
v1.1.0
- Random improvements