Twits du Jour (Aug 3)

<1 min read
  • This Is the Unhealthiest Meal You Can Eat at a Chain Restaurant This Year thauv.in/2aIIP2b #

Twits du Jour (Aug 2)

<1 min read

Twits du Jour (Jul 31)

<1 min read

Jason Bourne

<1 min read

Trying the new recliner seats… A little too close to the screen for my taste. All of the good ones were already reserved.

VersionEye Plug-in for Kobalt

<1 min read

I've released my thrid plug-in for Cédric's Kobalt build system based on Kotlin.

The plug-in will create and update projects on VersionEye, a service that notifies you about outdated dependencies, security vulnerabilities and license violations.

To use the plug-in include the following in your Build.kt file:

import net.thauvin.erik.kobalt.plugin.versioneye.*

val pl = plugins("net.thauvin.erik:kobalt-versioneye:")

val p = project {
    name = "example"
    group = "com.example"
    artifactId = name
    version = "0.1"

    versionEye {
        failOn(Fail.securityCheck, Fail.licensesCheck)
    }
}

To create a new project on VersionEye, simple execute:

./kobaltw -Dversioneye.ApiKey=YOUR_API_KEY_HERE versionEye

The plug-in will output something like:

VersionEye Plug-in for Kobalt

Documentation and source are on GitHub.

Twits du Jour (Jul 30)

<1 min read