File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 22
33set -e
44
5- fixture_dir=$PWD /build/fixtures
6- mkdir -p build/fixtures
7-
8- source " test/helper.bash"
9- export ANNOTATION_JAR=" $( find_annotation_jar) "
10-
115bin/test_projects
126for d in build/fixtures/* ; do
137 cd " $d "
148 ./mvnw package -DskipTests -Dcheckstyle.skip=true -Dspring-javaformat.skip=true
159 cd -
1610done
1711
18- ../gradlew :pomupdater:run -PmainClass=com.appland.appmap.util.PomUpdater \
19- -PpomFile=" $PWD /build/fixtures/spring-petclinic/pom.xml" \
20- -PannotationJar=" ${ANNOTATION_JAR} "
21-
2212../gradlew testClasses
Original file line number Diff line number Diff line change 33fixture_dir=$PWD /build/fixtures
44mkdir -p build/fixtures
55
6+ source " test/helper.bash"
7+ export ANNOTATION_JAR=" $( find_annotation_jar) "
8+
69function is_old_java {
710 local version=" $1 "
811 [[ " $version " == 1.8* ]] || [[ " $version " == 11.* ]]
5861 install_petclinic " spring-petclinic/spring-framework-petclinic"
5962fi
6063
64+ ../gradlew :pomupdater:run -PmainClass=com.appland.appmap.util.PomUpdater \
65+ -PpomFile=" $PWD /build/fixtures/spring-petclinic/pom.xml" \
66+ -PannotationJar=" ${ANNOTATION_JAR} "
67+
6168install_scala_test_app
You can’t perform that action at this time.
0 commit comments