File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
spring-data-relational/src/test/java/org/springframework/data Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,9 @@ set -euo pipefail
44
55ci/accept-third-party-license.sh
66
7- echo " Hard linking ProxyImageNameSubstitutor into JDBC and R2DBC..."
8- pushd spring-data-jdbc/src/test/java/org/springframework/data
9- ln -f ../../../../../../../spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java .
10- popd
11-
12- pushd spring-data-r2dbc/src/test/java/org/springframework/data
13- ln -f ../../../../../../../spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java .
14- popd
7+ echo " Copying ProxyImageNameSubstitutor into JDBC and R2DBC..."
8+ cp spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java spring-data-jdbc/src/test/java/org/springframework/data
9+ cp spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java spring-data-r2dbc/src/test/java/org/springframework/data
1510
1611mkdir -p /tmp/jenkins-home
1712chown -R 1001:1001 .
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2015- 2023 the original author or authors.
2+ * Copyright 2023 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments