update to 2024.01.31

This commit is contained in:
2024-01-31 06:53:52 +08:00
parent ecbae35415
commit 21753f8e0c
26 changed files with 1589 additions and 58 deletions

2
Jenkinsfile vendored
View File

@@ -19,7 +19,7 @@ pipeline {
classPattern: '**/build/classes/java/main',
sourcePattern: '**/src/main'
)
javadoc javadocDir: "build/docs/javadoc", keepAll: true
//javadoc javadocDir: "build/docs/javadoc", keepAll: true
archiveArtifacts artifacts: '**/build/libs/*.jar',
allowEmptyArchive: false,
fingerprint: true,