Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor authored Dec 14, 2020
1 parent 1601c2b commit 6e0ae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sun-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies {
testImplementation 'junit:junit:4.12'

// JSR 223 (javax.script package)
api 'com.sun.phobos:jsr223-api:1.0'
compile 'com.sun.phobos:jsr223-api:1.0'
// Rhino engine implementation by Mozilla
api 'org.mozilla:rhino:1.7.13'
compile 'org.mozilla:rhino:1.7.13'
}

task javadocJar(type: Jar) {
Expand Down

0 comments on commit 6e0ae0f

Please sign in to comment.