Skip to content

Commit d0b8f41

Browse files
author
kaleidox
committed
do not run in a gradle daemon, only build instead
1 parent 335368a commit d0b8f41

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

debug.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
./pull.sh
4+
5+
./gradlew bootWar
6+
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -jar build/libs/workbench-0.war

launch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
./pull.sh
44

5-
./gradlew bootRun
5+
./gradlew bootWar
6+
java -jar build/libs/workbench-0.war

run/intellij/Prod Debug.run.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Prod Debug" type="Remote" activateToolWindowBeforeRun="false">
3+
<module name="workbench.main"/>
4+
<option name="USE_SOCKET_TRANSPORT" value="true"/>
5+
<option name="SERVER_MODE" value="false"/>
6+
<option name="SHMEM_ADDRESS"/>
7+
<option name="HOST" value="gman.comroid.org"/>
8+
<option name="PORT" value="5005"/>
9+
<option name="AUTO_RESTART" value="false"/>
10+
<method v="2"/>
11+
</configuration>
12+
</component>

0 commit comments

Comments
 (0)