Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild CodeNarcServer.jar #292

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified lib/java/CodeNarcServer.jar
Binary file not shown.
8 changes: 0 additions & 8 deletions test/miscellaneous.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,6 @@ describe("Miscellaneous", function () {
console.log("Skip test because of spaces in java path");
return;
}
if (javaPath.includes("hostedtoolcache") || javaPath.includes("/opt/java/openjdk/bin/java")) {
console.log("Skip test because for some strange reason it provokes a timeout on CI Windows and openjdk servers");
return;
}
const javaExec = javaPath;
const javaOptions = "-Xms512m,-Xmx2g";
const npmGroovyLintConfig = {
Expand Down Expand Up @@ -331,10 +327,6 @@ describe("Miscellaneous", function () {
console.log("Skip test because of spaces in java path");
return;
}
if (javaPath.includes("hostedtoolcache") || javaPath.includes("/opt/java/openjdk/bin/java")) {
console.log("Skip test because for some strange reason it provokes a timeout on CI Windows and openjdk servers");
return;
}
const linter = await new NpmGroovyLint([process.execPath, "", "--killserver", "--no-insight", "--verbose"], {
verbose: true
}).run();
Expand Down