File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/monora/coolsocket/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 settings-path : ${{ github.workspace }} # location for the settings.xml file
2727
2828 - name : Build with Maven
29- run : mvn -B package --file pom.xml
29+ run : mvn -B package --file pom.xml --settings $GITHUB_WORKSPACE/settings.xml
30+ env :
31+ GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1414import org .monora .coolsocket .core .session .ClosedException ;
1515import org .monora .coolsocket .core .variant .Connections ;
1616import org .monora .coolsocket .core .variant .DefaultCoolSocket ;
17- import org .monora .coolsocket .core .variant .factory .TestConfigFactory ;
1817
1918import java .io .IOException ;
2019import java .net .InetAddress ;
21- import java .net .InetSocketAddress ;
2220import java .net .SocketException ;
2321
2422public class ClientManagementTest
You can’t perform that action at this time.
0 commit comments