Skip to content

Instantly share code, notes, and snippets.

View parj's full-sized avatar
💭
I may be slow to respond.

Parjanya Mudunuri parj

💭
I may be slow to respond.
View GitHub Profile
@parj
parj / Gradle mustache.java
Created May 30, 2013 20:03
Sample gist to get mustache.java running in gradle
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.8.12'
}
}
class Feature {
@parj
parj / gradle_firstzero
Created April 27, 2013 20:26
Basic gradle file to download anttasks and run the task within it
repositories {
mavenCentral()
maven {
url "http://oss.sonatype.org/content/groups/public/"
}
}
configurations {
fz
}
@parj
parj / gradle_push_pull_ant.groovy
Last active October 8, 2015 08:38
Gradle AntTasks for using Ant tasks
/*
Copyright (c) 2011-2013 Parjanya Mudunuri
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial