File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - name : Checkout Project
19
+ uses : actions/checkout@v2
19
20
20
21
- name : Set up JDK
21
22
uses : actions/setup-java@v2
25
26
distribution : ' temurin'
26
27
27
28
- name : Build with Maven
28
- run : mvn -B compile --file pom.xml
29
+ run : mvn -B compile --file pom.xml
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" RemoteClientApplication" type =" SpringBootApplicationConfigurationType" factoryName =" Spring Boot" >
3
- <module name =" cockroachdb-remote-client" />
4
- <option name =" SPRING_BOOT_MAIN_CLASS" value =" io.crdb.docker.RemoteClientApplication" />
5
- <option name =" ENABLE_LAUNCH_OPTIMIZATION" value =" false" />
6
3
<option name =" ENABLE_JMX_AGENT" value =" false" />
7
- <option name =" ALTERNATIVE_JRE_PATH " />
4
+ <option name =" ENABLE_LAUNCH_OPTIMIZATION " value = " false " />
8
5
<envs >
9
6
<env name =" COCKROACH_HOST" value =" localhost:25267" />
10
7
</envs >
8
+ <module name =" remote-client" />
9
+ <option name =" SPRING_BOOT_MAIN_CLASS" value =" io.crdb.docker.RemoteClientApplication" />
11
10
<method v =" 2" >
12
11
<option name =" Make" enabled =" true" />
13
12
</method >
You can’t perform that action at this time.
0 commit comments