Skip to content

Commit

Permalink
Added test related to #22.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstehno committed Jul 3, 2017
1 parent 0884c36 commit 64eb7ac
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -270,12 +270,7 @@ class ListNativesTaskSpec extends Specification {
def 'listNatives for jme bullet'() {
given:
buildFile([
dependencies: /compile 'org.jmonkeyengine:jme3-bullet-native:3.1.0-stable'/,
// repository: '''
// maven {
// url 'http://updates.jmonkeyengine.org/maven'
// }
// '''
dependencies: /compile 'org.jmonkeyengine:jme3-bullet-native:3.1.0-stable'/
])
when: 'the task is run'
Expand Down

0 comments on commit 64eb7ac

Please sign in to comment.