mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Jenkins DSL: Enable job for running API-Check again now that we compare 4.x to 4.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6b5e936e9
commit
dee032b11b
@ -54,8 +54,7 @@ def poijobs = [
|
||||
],
|
||||
[ name: 'POI-DSL-regenerate-javadoc', trigger: triggerSundays, javadoc: true
|
||||
],
|
||||
// disabled for 4.0.0 because we break compatibility on-purpose in a few places, e.g. for Java 9 compatibility
|
||||
[ name: 'POI-DSL-API-Check', trigger: '@daily', apicheck: true, disabled: true
|
||||
[ name: 'POI-DSL-API-Check', trigger: '@daily', apicheck: true
|
||||
],
|
||||
[ name: 'POI-DSL-Gradle', trigger: triggerSundays, email: 'centic@apache.org', gradle: true,
|
||||
// Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user