Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7330 gradle cleanup: deprecation, unneeded files & fix UI packaging #7402

Merged
merged 4 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions _config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ org.gradle.vfs.watch=true
# Default logging output
org.gradle.console=auto

# Stop if we get a warning
org.gradle.warning.mode=summary
# Stop if we get a warning - prevents us using deprecated features
org.gradle.warning.mode=fail

# Defer configuration until needed
org.gradle.configureondemand=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ distributions {
fileMode = 0755
}
into('user-interface') {
from { project(':open-metadata-implementation:user-interfaces:ui-chassis:ui-chassis-spring').jar }
from { project(':open-metadata-implementation:user-interfaces:ui-chassis:ui-chassis-spring').bootJar }
fileMode = 0755
}
into('conformance-suite') {
Expand Down
7 changes: 0 additions & 7 deletions spotbugs-security-exclude.xml

This file was deleted.

7 changes: 0 additions & 7 deletions spotbugs-security-include.xml

This file was deleted.