Implemented wildcards for MQTT and downgraded SQLite to the version that supports retrieving last inserted key

This commit is contained in:
Ziver Koc 2024-10-01 23:25:37 +02:00
parent 1de26a7240
commit 529cacfe81
5 changed files with 299 additions and 43 deletions

1
Jenkinsfile vendored
View file

@ -28,6 +28,7 @@ pipeline {
withGradle {
sh "./gradlew ${gradleParams} test"
}
junit './build/test-reports/test/*.xml'
}
}