Skip to content

Commit

Permalink
Update ViaProxy, exclude run folder in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Feb 12, 2025
1 parent 43c42f4 commit 6bcf8d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ nb-configuration.xml
### Git ###
# Don't exclude the .gitignore itself
!/.gitignore

### Run Folder (ViaProxy) ###
common/run/
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.register("runViaProxy", JavaExec) {
dependsOn tasks.jar

def viaProxyConfiguration = configurations.create("viaProxy")
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.5-SNAPSHOT") {
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.4.0-SNAPSHOT") {
transitive = false
})

Expand Down

0 comments on commit 6bcf8d8

Please sign in to comment.