Top "Activejdbc" questions

ActiveJDBC is a Java ORM modeled on ActiveRecord from Ruby on Rails.

Gradle: How to add a custom task after compilation but before packaging files into a Jar?

My build.gradle is currently: project(':rss-middletier') { apply plugin: 'java' dependencies { compile project(':rss-core') compile 'asm:asm-all:3.2' …

java jar gradle build.gradle activejdbc