Skip to content

Commit

Permalink
Merge pull request #18 from jeffmaury/issue-1
Browse files Browse the repository at this point in the history
Windows build. See #1
  • Loading branch information
ajermakovics committed Mar 27, 2017
2 parents 91944c7 + 4998217 commit 8543f3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {
dependencies {
compile 'com.eclipsesource.j2v8:j2v8_macosx_x86_64:4.6.0'
compile 'com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0'
compile 'com.eclipsesource.j2v8:j2v8_win32_x86_64:4.6.0'
compile 'com.github.ajermakovics:jvmtop:0.8.2'
testCompile group: 'junit', name: 'junit', version: '4.11'
}
Expand All @@ -39,6 +40,8 @@ startScripts {
doLast {
def unixScriptFile = file getUnixScript()
unixScriptFile.text = file("src/main/resources/jvm-mon").text
def windowsScriptFile = file getWindowsScript()
windowsScriptFile.text = windowsScriptFile.text.replace('%APP_HOME%\\lib\\tools.jar', '%JAVA_HOME%\\lib\\tools.jar')
}
}

Expand Down

0 comments on commit 8543f3d

Please sign in to comment.