Skip to content

Commit 45253e5

Browse files
committed
wip
1 parent f9d235f commit 45253e5

File tree

2 files changed

+21
-1
lines changed
  • console2
  • runtime/v2/runner-test/src/test/java/com/walmartlabs/concord/runtime/v2/runner/functions

2 files changed

+21
-1
lines changed

console2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</goals>
6464
<configuration>
6565
<environmentVariables>
66-
<REACT_APP_CONCORD_VERSION>${project.version}</REACT_APP_CONCORD_VERSION>
66+
<VITE_CONCORD_VERSION>${project.version}</VITE_CONCORD_VERSION>
6767
</environmentVariables>
6868
<skip>${skipNpm}</skip>
6969
<arguments>run build</arguments>

runtime/v2/runner-test/src/test/java/com/walmartlabs/concord/runtime/v2/runner/functions/TestFunction.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.walmartlabs.concord.runtime.v2.runner.functions;
22

3+
/*-
4+
* *****
5+
* Concord
6+
* -----
7+
* Copyright (C) 2017 - 2025 Walmart Inc.
8+
* -----
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* =====
21+
*/
22+
323
import com.walmartlabs.concord.runtime.v2.sdk.ELFunction;
424

525
import javax.inject.Named;

0 commit comments

Comments
 (0)