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
What's Changed
New Contributors
Full Changelog: https://github.com/takari/takari-target-platform/commits/takari-target-platform-0.1.0