- add parameter to 'addClasspathListener' to request batched events. - Create a single SendClasspathNotificationsJob that processes classpath notifications in batches.
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
workdir=`pwd`
|
|
cd ../headless-services
|
|
./mvnw clean install -Dmaven.test.skip=true
|
|
|
|
cd $workdir
|
|
./mvnw -Pe411 clean install -Dmaven.test.skip=true
|