Skip to content

Commit

Permalink
fix: Remove jhipster app gradle from tests due to gradle failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ling-Chun SO committed Aug 11, 2020
1 parent b47548d commit 2d8c466
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions packages/prettier-plugin-java/scripts/clone-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ const jhipster2 = [
repoUrl: "https://github.com/jhipster/jhipster-sample-app-mongodb",
branch: "master"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-gradle",
branch: "master"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-react",
branch: "master"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ const jhipsterRepository = [
];

describe("prettier-java", () => {
testRepositorySample(
resolve(__dirname, "../../samples/jhipster-sample-app-gradle"),
"./gradlew",
["build", "-x", "checkstyleMain"]
);

jhipsterRepository.forEach(repository => {
testRepositorySample(
resolve(__dirname, `../../samples/${repository}`),
Expand Down

0 comments on commit 2d8c466

Please sign in to comment.