Skip to content

Commit

Permalink
fix(shulker-proxy-directory): build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Mar 20, 2022
1 parent 3185fa5 commit 2ab5585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resource/cluster/discovery_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (b *MinecraftClusterDiscoveryRoleBuilder) Update(object client.Object) erro
APIGroups: []string{""},
Resources: []string{"services", "endpoints"},
Verbs: []string{"get", "watch"},
ResourceNames: []string{b.getProxyDiscoveryServiceName(), b.getServerDiscoveryServiceName()},
ResourceNames: []string{b.getProxyDiscoveryServiceName(), b.getServerDiscoveryServiceName(), b.getServerLobbyDiscoveryServiceName()},
},
}

Expand Down
1 change: 0 additions & 1 deletion support/shulker-proxy-directory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repositories {
}

dependencies {
implementation project(':support:shulker-crds')
compileOnly group: 'net.md-5', name: 'bungeecord-api', version: '1.18-R0.1-SNAPSHOT'
implementation group: 'io.fabric8', name: 'kubernetes-client', version: '5.12.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
Expand Down

0 comments on commit 2ab5585

Please sign in to comment.