This commit is contained in:
jamesagnew 2021-05-02 17:20:16 -04:00
parent 6dc12603bb
commit 573097379d
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +0,0 @@
# Don't run the tests when doing LGTM analysis
extraction:
java:
index:
build_command: mvn clean install -DskipTests

View File

@ -0,0 +1,5 @@
---
type: fix
issue: 2623
title: "When performing a search via GraphQL, token search parameters were not properly parsed. Thanks to
Jari Maijenburg for the pull request!"

View File

@ -1,7 +1,8 @@
# Don't run the tests when doing LGTM analysis
extraction:
javascript:
java:
index:
filters:
- exclude: "**/jquery*.js"
- exclude: "**/bootstrap*.js"
- exclude: "**/webapp/fa/*.js"
java_version: 11
maven:
version: 3.8.1