Enable solr-playground project for testing

This commit is contained in:
Jan Høydahl 2023-02-23 15:05:45 +01:00
parent 7dcd779ec2
commit d2b6982282

View file

@ -5,7 +5,8 @@ module.exports = {
platform: 'github',
includeForks: false,
repositories: [
'apache/solr'
'apache/solr',
'cominvent/solr-playground'
],
allowedPostUpgradeCommands: ["./gradlew.*"]
};