Skip to content

Commit

Permalink
Improve timeliness of fork-join rescheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Apr 3, 2016
1 parent d337748 commit 1b076b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects {
version.with {
major = 2 // incompatible API changes
minor = 2 // backwards-compatible additions
patch = 5 // backwards-compatible bug fixes
patch = 6 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@ public boolean exec() {
} catch (Throwable t) {
logger.log(Level.SEVERE, "Exception thrown when performing the maintenance task", t);
}
return true;
return false;
}

@Override
Expand Down

0 comments on commit 1b076b3

Please sign in to comment.