File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dependencies {
99 compile(project(" :js:js.ast" ))
1010 compile(project(" :js:js.translator" ))
1111 compileOnly(intellijCoreDep()) { includeJars(" intellij-core" ) }
12- compileOnly(" com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0" )
1312}
1413
1514sourceSets {
Original file line number Diff line number Diff line change @@ -67,22 +67,6 @@ dependencies {
6767
6868 val currentOs = OperatingSystem .current()
6969
70- val j2v8idString = when {
71- currentOs.isWindows -> {
72- val suffix = if (currentOs.toString().endsWith(" 64" )) " _64" else " "
73- " com.eclipsesource.j2v8:j2v8_win32_x86$suffix :4.6.0"
74- }
75- currentOs.isMacOsX -> " com.eclipsesource.j2v8:j2v8_macosx_x86_64:4.6.0"
76- currentOs.run { isLinux || isUnix } -> " com.eclipsesource.j2v8:j2v8_linux_x86_64:4.8.0"
77- else -> {
78- logger.error(" unsupported platform $currentOs - can not compile com.eclipsesource.j2v8 dependency" )
79- " j2v8:$currentOs "
80- }
81- }
82-
83- testCompileOnly(" com.eclipsesource.j2v8:j2v8_linux_x86_64:4.8.0" )
84- testRuntimeOnly(j2v8idString)
85-
8670 testRuntime(kotlinStdlib())
8771 testJsRuntime(kotlinStdlib(" js" ))
8872 if (! kotlinBuildProperties.isInJpsBuildIdeaSync) {
You can’t perform that action at this time.
0 commit comments