Files
kotlin-fork/samples
Ilya Matveev 862c68b5c5 Gradle plugin: fix --include-build workflow
By convention, gradle uses project name as artifactId, `project.group`
property for groupId and `project.version` for version.

This commit switches to this convention instead of configuring
publication tasks directly. It allows to easily substitute published
plugin with a plugin build locally by issuing

`./gradlew build --include-build ../kotlin-native`

in the dependent project.
2017-05-25 15:11:50 +07:00
..
2017-04-26 20:07:06 +03:00
2017-05-17 01:00:03 +03:00