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
4
4
5
5
ci/accept-third-party-license.sh
6
6
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
15
10
16
11
mkdir -p /tmp/jenkins-home
17
12
chown -R 1001:1001 .
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2015- 2023 the original author or authors.
2
+ * Copyright 2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments