Skip to content

Commit 0db95ba

Browse files
committed
Fixing gradle.build
1 parent 681ac5a commit 0db95ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ dependencies {
3030
compileOnly group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.0.0.RELEASE'
3131

3232
// PersistenceWS Stubs
33-
compileOnly 'com.github.java-game-server:stubs:1.0.2'
33+
compile 'com.github.java-game-server:stubs:1.0.2'
3434

3535
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.2
1+
version=3.0.3
22
name=PersistenceWSClient
33

44
server.url=http://172.16.2.94:8080/

0 commit comments

Comments
 (0)