-
Notifications
You must be signed in to change notification settings - Fork 83
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
chore: bump to Java 11 #1190
chore: bump to Java 11 #1190
Changes from 13 commits
2f0d54b
47ce235
602867a
9ef5768
9f01fc9
fa97813
10cd1c9
8bb75f0
de52b9b
d0e49b5
3745651
316460e
f54ccaa
a1ffdb9
b79c0be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM maven:3.6-openjdk-8 | ||
FROM maven:3.6-openjdk-11 | ||
|
||
RUN apt-get update | ||
RUN apt-get install xmlstarlet -y | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ public void testPipelineOnlyGitRepository() throws Exception { | |
public void testPipelineGitRepositoryAndBranch() throws Exception { | ||
GitRepositoryLauncher l = new GitRepositoryLauncher(new String[]{ | ||
"--gitrepo", | ||
"--gitrepourl", "https://github.com/surli/failingProject", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about using https://github.com/repairnator/failingProject/ instead? (sent you an invitation) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! |
||
"--gitrepourl", "https://github.com/andre15silva/failingProject", | ||
"--gitrepobranch", "astor-jkali-failure", | ||
"--repairTools", "AstorJKali", | ||
"--workspace", workspaceFolder.getRoot().getAbsolutePath(), | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ public void testPipelineOnlyGitRepository() throws Exception { | |
public void testPipelineGitRepositoryAndBranch() throws Exception { | ||
GithubMainProcess mainProc = (GithubMainProcess) MainProcessFactory.getGithubMainProcess(new String[]{ | ||
"--gitrepo", | ||
"--gitrepourl", "https://github.com/surli/failingProject", | ||
"--gitrepourl", "https://github.com/andre15silva/failingProject", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. idem |
||
"--gitrepobranch", "astor-jkali-failure", | ||
"--repairTools", "AstorJKali", | ||
"--workspace", workspaceFolder.getRoot().getAbsolutePath(), | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a comment to explain why we cannot use DYNAMOTH?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!