Skip to content

Commit

Permalink
Change JRE to one installed by default on most pis
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwrightian committed Nov 20, 2017
1 parent 4de90b6 commit e23823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ task debianPackage(type: Deb) {

configurationFile('/etc/defaults/owllistener')

requires('openjdk-8-jre-headless')
requires('oracle-java8-jdk')

into '/opt/owllistener'
from(configurations.runtime) {
Expand Down

0 comments on commit e23823c

Please sign in to comment.