Twits du Jour (Apr 26)
- I'm at American Cancer Society in Everett, WA swarmapp.com/c/kvFvLx5ycwT #
- I'm at US Post Office in Everett, WA swarmapp.com/c/0Ma3oIwtd2x #
Twits du Jour (Apr 25)
- #Kotlin 1.1.2 is out thauv.in/2pfuYq6 #
- Seattle just broke a 122-year-old record for rain - because of course it did… thauv.in/2pfAU2p #
Property File Plug-in for Kobalt
I've published a new plug-in for Cédric's Kobalt build system based on Kotlin.
The PropertyFile plug-in provides an optional task for editing property files. It is inspired by the ant PropertyFile task.
import net.thauvin.erik.kobalt.plugin.propertyfile.*
val bs = buildScript {
plugins("net.thauvin.erik:kobalt-property-file:")
}
val p = project {
name = "example"
propertyFile {
file = "version.properties"
comment = "##Generated file - do not modify!"
entry(key = "product.build.major", value = "3")
entry(key = "product.build.minor", type = Types.INT, operation = Operations.ADD)
entry(key = "product.build.patch", value = "0")
entry(key = "product.build.date" , type = Types.DATE, value = "now")
}
}
Documentation and source are on GitHub.
Twits du Jour (Apr 24)
- I'm at CC Teriyaki in Everett, WA swarmapp.com/c/j3DZdUizOir #
- I'm at Philly Ya Belly in Everett, WA swarmapp.com/c/60rZjELaTeS #
- I'm at American Cancer Society in Everett, WA swarmapp.com/c/it4X7C2BopD #
Twits du Jour (Apr 23)
- Samsung Galaxy S8 Plus International Giveaway @AndroidAuth @GetRhinoShield #giveaway wn.nr/gGJSy6 #
