Skip to content

Commit

Permalink
Remove historic Elide includes (no longer available)
Browse files Browse the repository at this point in the history
Fixes #195
  • Loading branch information
Brutus5000 committed Nov 26, 2023
1 parent 0e4a1a9 commit 2b5a593
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 deletions.
7 changes: 2 additions & 5 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ println "Platform is: ${javafxPlatform}"
dependencies {
def springBootVersion = "3.1.5"
def mapStructVersion = "1.5.5.Final"
def commonsVersion = "9a877cee8c77ea89f35995c326702c173036e048"
def commonsVersion = "deb598d"

annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ private <T extends ElideEntity> ElideNavigatorOnCollection<T> addModeratorInclud

return builder
.addInclude(variablePrefix + "names")
.addInclude(variablePrefix + "globalRating")
.addInclude(variablePrefix + "ladder1v1Rating")
.addInclude(variablePrefix + "avatarAssignments")
.addInclude(variablePrefix + "avatarAssignments.avatar")
.addInclude(variablePrefix + "uniqueIds")
Expand Down

0 comments on commit 2b5a593

Please sign in to comment.