Skip to content

Commit

Permalink
Merge branch 'java-11-compatibility' of github.com:rjust/defects4j in…
Browse files Browse the repository at this point in the history
…to recency-checks
  • Loading branch information
rjust committed Sep 12, 2024
2 parents e1340f6 + 2afac7e commit 89fdd03
Show file tree
Hide file tree
Showing 679 changed files with 13,374 additions and 90,642 deletions.
4 changes: 4 additions & 0 deletions framework/core/Project/Mockito.pm
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ sub _post_checkout {
system("find $work_dir -type f -name \"build.gradle\" -exec sed -i.bak 's|jcenter()|maven { url \"$BUILD_SYSTEMS_LIB_DIR/gradle/deps\" }\\\n maven { url \"https://jcenter.bintray.com/\" }\\\n|g' {} \\;");
}

# Add Major's runtime package to the bnd config
if (-e "$work_dir/conf/mockito-core.bnd") {
Utils::sed_cmd("s/\\(Import-Package.*\\)/\\1\\n major.mutation\.\*;resolution:=optional, \\\\/", "$work_dir/conf/mockito-core.bnd");
}
# Set default Java target to 6 for gradle builds.
# (Maven and Ant builds are handled for all projects in Project.pm)
Utils::sed_cmd("s/sourceCompatibility = 1\.[1-5]/sourceCompatibility=1.6/", "$work_dir/build.gradle");
Expand Down
17,658 changes: 0 additions & 17,658 deletions framework/projects/Chart/failing_tests/188

This file was deleted.

17,658 changes: 0 additions & 17,658 deletions framework/projects/Chart/failing_tests/225

This file was deleted.

169 changes: 0 additions & 169 deletions framework/projects/Chart/failing_tests/2264

This file was deleted.

Loading

0 comments on commit 89fdd03

Please sign in to comment.