Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@cstamas cstamas released this 27 Feb 13:24
· 1 commit to master since this release

Preview 0.1.0 release of Takari Target Platform

To use it: Add core as Maven extensions:

<?xml version="1.0" encoding="UTF-8"?>
<extensions>
    <extension>
        <groupId>io.takari.maven</groupId>
        <artifactId>takari-target-platform-core</artifactId>
        <version>0.1.0</version>
    </extension>
</extensions>

And there is a plugin as well:

<plugin>
    <groupId>io.takari.maven</groupId>
    <artifactId>takari-target-platform-plugin</artifactId>
    <version>0.1.0</version>
</plugin>

Known Issues

#5

What's Changed

  • Resurrect it: Make it work with 3.8.8 and 3.9.6, parent update by @cstamas in #4

New Contributors

Full Changelog: https://github.com/takari/takari-target-platform/commits/takari-target-platform-0.1.0