Skip to content

Instantly share code, notes, and snippets.

@gallardo
gallardo / build.gradle
Last active August 29, 2015 14:28
Test resource for netbeans-gradle-project issues #229 and #331
// Explicit imports to workaround https://github.com/kelemen/netbeans-gradle-project/issues/231
// (NB does not allow to specify implicit imports)
import org.apache.tools.ant.filters.ReplaceTokens
import groovy.util.XmlParser
import org.gradle.api.artifacts.maven.MavenDeployment
import com.helger.datetime.CPDT
// No need to declare the maven plugin!
// apply plugin: 'maven'