Skip to content
niqdev edited this page Oct 25, 2015 · 15 revisions

Notes

gradle init --type java-library

mvn archetype:generate \
  -DgroupId=com.github.niqdev \
  -DartifactId=rx-openwebnet \
  -DarchetypeArtifactId=maven-archetype-quickstart \
  -DinteractiveMode=false
./gradlew
./gradlew bintrayUpload

https://dl.bintray.com/niqdev/maven/com/github/niqdev/rx-openwebnet/

Clone this wiki locally