Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/griffio/autovalue-gradle

autovalue with gradle
https://github.com/griffio/autovalue-gradle

Last synced: 8 days ago
JSON representation

autovalue with gradle

Awesome Lists containing this project

README

        

autovalue-gradle
================

autovalue with gradle

https://github.com/google/auto

"com.google.auto.value:auto-value:1.1"

Using the ewerk plugin id 'com.ewerk.gradle.plugins.auto-value' version '1.0.4'

https://github.com/ewerk/gradle-plugins/tree/master/auto-value-plugin

gradlew compileJava will generate src/autoValue/java/griffio/AutoValue_Cash.java

Cash is an immutable value type consisting of currency and bigdecimal

~~~
./gradlew test
~~~