Skip to content

Commit

Permalink
#1057 Rewrites NPrism to correct all normal issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoolston committed Apr 1, 2015
1 parent 7003f2d commit b47d89d
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 161 deletions.
5 changes: 5 additions & 0 deletions build.gradle
@@ -1,4 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

if (file('local.gradle').exists()) {
apply from: 'local.gradle'
}

buildscript {
repositories {
jcenter()
Expand Down

0 comments on commit b47d89d

Please sign in to comment.