Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Together Java

Discord community with over 30,000 members providing Q&A support focused on the general topic of programming with Java.
Collective - Host: opensource - https://opencollective.com/together-java - Website: https://togetherjava.org/ - Code: https://github.com/Together-Java

Added unit tests for command system

Fixed linter issues and removed leftovers

Minor spotless issues

github.com/Together-Java/TJ-Bot - a7e9028f41dd79c8c335197dde9145dcb5772d06 authored over 3 years ago by Zabuzard <[email protected]>
Inlined TriConsumer, removed utility package

requested by CR

github.com/Together-Java/TJ-Bot - 1a1223ccbd06cf85b6b25b88328fca1b730e5497 authored over 3 years ago by Zabuzard <[email protected]>
Removed unecessary full declaration (after name clash has been removed)

github.com/Together-Java/TJ-Bot - 68331f81fac7b10c469463aae6f36605776407d8 authored over 3 years ago by Zabuzard <[email protected]>
Removed test stub since we now have tests

github.com/Together-Java/TJ-Bot - 91b89d3357b7a3554a9a00a09eca2f4eb21b323b authored over 3 years ago by Zabuzard <[email protected]>
Renamed CommandRegistry to Commands

as discussed in CR

github.com/Together-Java/TJ-Bot - 74e77e9e71a858637b5356980191c2b1547da5b5 authored over 3 years ago by Zabuzard <[email protected]>
Fine tuned logs for reload registration

as discussed in CR

github.com/Together-Java/TJ-Bot - d3b5e93158b7fb9670e71ea58a057de3e50f3919 authored over 3 years ago by Zabuzard <[email protected]>
Renaming, refactoring

* Command.java-> SlashCommand.java
* CommandHandler.java-> system\CommandSystem.java
* example\A...

github.com/Together-Java/TJ-Bot - cb2d500c24dbb09492f8b74624c1295102fbcdf6 authored over 3 years ago by Zabuzard <[email protected]>
Fixed linter issues

github.com/Together-Java/TJ-Bot - 0b00cf5eec8a89dfc8d1f3a8813269f38a4dd6ec authored over 3 years ago by Zabuzard <[email protected]>
Added a few log messages

github.com/Together-Java/TJ-Bot - 9c8e82a5ea90e6d231f4aa59e1d02c5f39266238 authored over 3 years ago by Zabuzard <[email protected]>
Bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0

Bumps com.github.johnrengelman.shadow from 7.0.0 to 7.1.0.

---
updated-dependencies:
- dependen...

github.com/Together-Java/TJ-Bot - 72f7d8621c9f7a909d154eafb2742cf7892dcce3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flyway-core from 7.15.0 to 8.0.0

Bumps [flyway-core](https://github.com/flyway/flyway) from 7.15.0 to 8.0.0.
- [Release notes](ht...

github.com/Together-Java/TJ-Bot - 73136f9bbbed942bac06b67c9d0f041c45273dc9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.flywaydb.flyway from 7.15.0 to 8.0.0

Bumps org.flywaydb.flyway from 7.15.0 to 8.0.0.

---
updated-dependencies:
- dependency-name: or...

github.com/Together-Java/TJ-Bot - 09b569b7cfcf2150920c20f5b73f2fc491083263 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jackson-databind from 2.12.5 to 2.13.0

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.5 to 2.13.0.
- [Release...

github.com/Together-Java/TJ-Bot - 7d1707dc7520c4307faa15d76b808a3d5998b3b1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added error message to user if no permission

github.com/Together-Java/TJ-Bot - 08259869bf42c24d3870b9fa0ae1f2c02b25b8c9 authored over 3 years ago by Zabuzard <[email protected]>
log config for unit tests

github.com/Together-Java/TJ-Bot - 45485115b3aaa095bd690515730d222fb20f4629 authored over 3 years ago by Zabuzard <[email protected]>
Removed old commands (ping, dbget, dbput)

github.com/Together-Java/TJ-Bot - 027da7a304385ceb8af7dce5ea2e879546fdfdb0 authored over 3 years ago by Zabuzard <[email protected]>
Migrated basic commands to new system

- /ping
- /db get key
- /db put key value

github.com/Together-Java/TJ-Bot - b819f2fc26c1a353a4793e3ea0bf27444dbef8bc authored over 3 years ago by Zabuzard <[email protected]>
Fix spotless 5.15.1/5.15.2 breaking formatting

Hardcodes eclipse version to last known working version.

github.com/Together-Java/TJ-Bot - aa18118d13830caa6aa02ed7b5c5081ac58952c9 authored over 3 years ago by Marko Radosavljević <[email protected]>
Bump com.diffplug.spotless from 5.15.0 to 5.15.2

Bumps com.diffplug.spotless from 5.15.0 to 5.15.2.

---
updated-dependencies:
- dependency-name:...

github.com/Together-Java/TJ-Bot - 1eb0fbd5212e6f98ea64f67f68f881b0c8469ec8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add shutdown hook (#143)

* Add shutdown hook

* Fixed spotless issue

Co-authored-by: Jonas <[email protected]>

github.com/Together-Java/TJ-Bot - 814911c1b3d618fd3c839afa1e3596ef9df47156 authored over 3 years ago by Daniel Tischner <[email protected]>
Bump junit-jupiter-engine from 5.8.0 to 5.8.1

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1.
- [Relea...

github.com/Together-Java/TJ-Bot - 9944f58e6c7a7f0c925db46b874d767f15aa39ef authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bugfix for Docker-Environments, set Parallelism Flag

github.com/Together-Java/TJ-Bot - ac704c50a4a9c197fcdaf310b82b42ed782a0b14 authored over 3 years ago by krankkk <[email protected]>
Set Java Version on Workflows, Docker-Container and Subprojects to 17

github.com/Together-Java/TJ-Bot - a2a963a9e51792018f1beff3b41b6ba9eab0ca50 authored over 3 years ago by krankkk <[email protected]>
Bump junit-jupiter-api from 5.8.0 to 5.8.1

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1.
- [Release ...

github.com/Together-Java/TJ-Bot - 92a8ed2719d4a944a929b3641211bf48fa1b383c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump JDA from 4.3.0_330 to 4.3.0_331

Bumps JDA from 4.3.0_330 to 4.3.0_331.

---
updated-dependencies:
- dependency-name: net.dv8tion...

github.com/Together-Java/TJ-Bot - 5a1fc09f2e3845c1d48b448afe43deaf1c57bb4c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added config file support (#142)

* added config file support

* var -> Config for readability

github.com/Together-Java/TJ-Bot - 243e8ae821d166d9ca22d5ed595a838cfc848369 authored over 3 years ago by Daniel Tischner <[email protected]>
Add 'skipSonarlint' flag

- Remove duplication from build scripts
- Add comments to the root build.gradle

github.com/Together-Java/TJ-Bot - 0d91980567d79e410f872efb13cf9deada42fa39 authored over 3 years ago by Marko Radosavljević <[email protected]>
Disable "Regular expressions should not overflow the stack" rule

github.com/Together-Java/TJ-Bot - f339ef1e0a5cc3c2e02e30edf2bf7ee3160654c9 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add sonarlint

github.com/Together-Java/TJ-Bot - 1e1caabc698db053a332b0107ff6f017dc0c0856 authored over 3 years ago by Marko Radosavljević <[email protected]>
Disable sonarlint "Track uses of "TODO" tags" rule globally

github.com/Together-Java/TJ-Bot - a28e02d72553b3001010d5e6f27205075b332bdf authored over 3 years ago by Marko Radosavljević <[email protected]>
Fix a few sonarlint violations

github.com/Together-Java/TJ-Bot - 2c84505fc0306ac83b83bafeb026f92d389ce862 authored over 3 years ago by I-Al-Istannen <[email protected]>
Fix or mute sonarlint rule violations

github.com/Together-Java/TJ-Bot - 69957d8394a95f196d481911a427e68f9219357d authored over 3 years ago by I-Al-Istannen <[email protected]>
Bump jooq from 3.15.2 to 3.15.3

Bumps jooq from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
...

github.com/Together-Java/TJ-Bot - de629781396bbb17f559bc25ed7ece56f990f51c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump JDA from 4.3.0_324 to 4.3.0_330

Bumps JDA from 4.3.0_324 to 4.3.0_330.

---
updated-dependencies:
- dependency-name: net.dv8tion...

github.com/Together-Java/TJ-Bot - 9c1d01f23a99cc39e1e476a0427f57cf99542af4 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create CODEOWNERS

github.com/Together-Java/TJ-Bot - 839a5a0662523408aa7b2b8d84f032b8707c9037 authored over 3 years ago by Daniel Tischner <[email protected]>
Rollback of the discord invite link

since we are running out of boosters and also for the future, i do not like to rely on this frag...

github.com/Together-Java/TJ-Bot - 39a3fbf08a550f1b1d829225da4073f16b729503 authored over 3 years ago by Daniel Tischner <[email protected]>
Added PR template (#132)

* Added PR template

Co-authored-by: Marko Radosavljević <[email protected]>

github.com/Together-Java/TJ-Bot - 3fac1ea93a60dee0c139dce6d2ec695b8c312cc9 authored over 3 years ago by Tais993 <[email protected]>
Fix some command things (#125)

* Swap imports
* Use Function#identity() and remove the unnecessary comment

github.com/Together-Java/TJ-Bot - 156cf5f40ee344face4101a1688ba324a8594ad0 authored over 3 years ago by Jonas <[email protected]>
Make sonar run on pull_request to prevent abuse

github.com/Together-Java/TJ-Bot - 419d818f062f4a665639e4ee46eef548c6b0b141 authored over 3 years ago by Marko Radosavljević <[email protected]>
Remove db package-info from application module

github.com/Together-Java/TJ-Bot - b4f88eabe0be00e494dacd7326af43019560cdf8 authored over 3 years ago by I-Al-Istannen <[email protected]>
Move database migration scripts to database module

Previously they were left in the application module and therefore not
picked up by the database ...

github.com/Together-Java/TJ-Bot - 2b74f6caf2fb38499921eb37049d42de3e9adc04 authored over 3 years ago by I-Al-Istannen <[email protected]>
Put database stuff into its own module

Modularize database

github.com/Together-Java/TJ-Bot - 65c3ef8adfd2403c92df1f5338cccbf23c793126 authored over 3 years ago by Jonas <[email protected]>
Add formatter (#41)

github.com/Together-Java/TJ-Bot - ebc06f63ced14a6e2f66f682266558ef55171cfb authored over 3 years ago by Jonas <[email protected]>
Fix sonarcloud not working in PR

github.com/Together-Java/TJ-Bot - 58ec295e7f9e6b1fd1cc636486f4909ffa8f9722 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add github release workflow

github.com/Together-Java/TJ-Bot - 20acca78a6944bb68058d78aa1f5c9909d31c803 authored over 3 years ago by I-Al-Istannen <[email protected]>
Build a shadow jar

github.com/Together-Java/TJ-Bot - 8b1115194d794174fedc55aafb584661c5858180 authored over 3 years ago by I-Al-Istannen <[email protected]>
Bump junit-jupiter-api from 5.7.2 to 5.8.0

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0.
- [Release ...

github.com/Together-Java/TJ-Bot - c15b923477c79b9d58486f6d9f552b30200384bc authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump junit-jupiter-engine from 5.7.2 to 5.8.0

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0.
- [Relea...

github.com/Together-Java/TJ-Bot - 52833c19709c5c9ce462ad507dc7888fa23bbe30 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove issue template automatic labels

github.com/Together-Java/TJ-Bot - a10c285e833b4202d116ed94cf4ed082892c49ba authored over 3 years ago by Marko Radosavljević <[email protected]>
Change codeql and sonarqube workflow name

github.com/Together-Java/TJ-Bot - 0498621b035ad2403dab4635439793c0c16f4ab6 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add some basic access checks to the example database command

github.com/Together-Java/TJ-Bot - 29302d114ed96d25522c350143994a33b401f825 authored over 3 years ago by I-Al-Istannen <[email protected]>
Automatically deploy develop/master branch

github.com/Together-Java/TJ-Bot - 25d4e94d287060bc18569fb157dc511aafbc0f79 authored over 3 years ago by I-Al-Istannen <[email protected]>
Mention of AbstractClass in the Command interface

github.com/Together-Java/TJ-Bot - 531fa28f71cf55138fbe368dfee5c51e98b21b18 authored over 3 years ago by Tais993 <[email protected]>
Add command-system

Added Command and AbstractCommand for commands to extend.
Added CommandExample and SubCommandExa...

github.com/Together-Java/TJ-Bot - 7d4530e67324aafa3dbf1ef540f5031df78610dc authored over 3 years ago by Tais993 <[email protected]>
Run spotlessApply

github.com/Together-Java/TJ-Bot - bd57aa53ba75568c0ac8033c4809b09c687e883e authored over 3 years ago by Marko Radosavljević <[email protected]>
Segregate image names for develop/master branches 🙌

github.com/Together-Java/TJ-Bot - 367dbfc5633b48db66308eb482dee07c135d08ac authored over 3 years ago by d3vel0per <[email protected]>
Run sonar on pull_request_target to ensure it sees secrets

github.com/Together-Java/TJ-Bot - 89dd0a59fb13591ef5f069ffa5ed92832d8de22b authored over 3 years ago by I-Al-Istannen <[email protected]>
Doc improvements suggested by code review

* typos
* removal of some obsolete private docs
* changed section order in readme due to relevance

github.com/Together-Java/TJ-Bot - 4ba2191745d3dad4c92a0e055576d8b4ab283340 authored over 3 years ago by Zabuzard <[email protected]>
Run workflows with pull requests's version

This ensures we notice a gradle/workflow change is broken *before* it is
merged.

github.com/Together-Java/TJ-Bot - cc37f49ca682957651590a1fef82ca14a8cf510c authored over 3 years ago by I-Al-Istannen <[email protected]>
Reformat code to adhere to new style

github.com/Together-Java/TJ-Bot - 5db8bb384daf0645ba05bde848ecbee36c01756a authored over 3 years ago by I-Al-Istannen <[email protected]>
Do not align method chains on dot

github.com/Together-Java/TJ-Bot - d1aacf45eae84bcfe4e170768701b444f2ccb20a authored over 3 years ago by I-Al-Istannen <[email protected]>
Various improvements to the DB code (#86)

* Various improvements to the DB code

Mostly shown by linter, some are:
* gitignore generate...

github.com/Together-Java/TJ-Bot - 52c050a8c82b35883cf9dcb83d86c84146331fcb authored over 3 years ago by Daniel Tischner <[email protected]>
Create the build dir for flyway if it doesn't exist

This allows `gradle jib` to succeed even though that runs flywayMigrate
before gradle creates th...

github.com/Together-Java/TJ-Bot - ad74fc71bedaef781040170bd775d615712fb617 authored over 3 years ago by I-Al-Istannen <[email protected]>
Fix the README.md #download section (#84)

github.com/Together-Java/TJ-Bot - 0b0c63cbb71cb457fe6bb9da65ceb538257f9e7c authored over 3 years ago by Jonas <[email protected]>
Fix spotlessApply not running on build (#83)

github.com/Together-Java/TJ-Bot - fcd6adf5d7bb50952d747748a80d784096c89986 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add jOOQ and Flyway

This patch adds jOOQ, Flyway and a simple Database class. The Database
class takes care of distr...

github.com/Together-Java/TJ-Bot - 006acbf9cfddda8d2b8a84ede320c40c79d0805e authored over 3 years ago by I-Al-Istannen <[email protected]>
Migrate database listener over to jOOQ and Flyway

github.com/Together-Java/TJ-Bot - 566d02c3f9dfe55954d46c20e5e7337f66c8e01a authored over 3 years ago by I-Al-Istannen <[email protected]>
Polished documentation (#81)

* Polished readme, trimmed contributing (wiki)

* Removed edit-leftovers

github.com/Together-Java/TJ-Bot - 97442deb2e2d3c8681b49c53f2ff69f241d0a992 authored over 3 years ago by Daniel Tischner <[email protected]>
Add Tech Stack Diagram (#80)

* Added TJ-Bot Tech Stack Diagram.drawio.xml

* Update TJ-Bot Tech Stack Diagram.drawio.xml

github.com/Together-Java/TJ-Bot - 7aae7864c8972789f01295c8909c17ff053a4587 authored over 3 years ago by Daniel Tischner <[email protected]>
Fix spotless submodules

Fixes #76

github.com/Together-Java/TJ-Bot - 88d372b8906ce97644555dd0c7dbadf555113fe1 authored over 3 years ago by Marko Radosavljević <[email protected]>
Consolidate workflows, disable checks on push

github.com/Together-Java/TJ-Bot - 87167db9cfb92d0d9f414ad50dd83d1e4a811a58 authored over 3 years ago by I-Al-Istannen <[email protected]>
Patch fix for broken docker builds 💉

github.com/Together-Java/TJ-Bot - b125a5c910a8bd7ab6f0a58fc6bdb7e626c06d97 authored over 3 years ago by d3vel0per <[email protected]>
Add workflows for docker verify and publish 🎂

github.com/Together-Java/TJ-Bot - c7bc4884793797e0e7cadbd496574f70d7989ca3 authored over 3 years ago by d3vel0per <[email protected]>
Use pull_request_target event

This allows us to access secrets of the base repo (like the Java
version...) in PRs.

github.com/Together-Java/TJ-Bot - 7d78eb9f0f304b7ee22c675821713020e30bf16e authored over 3 years ago by I-Al-Istannen <[email protected]>
Externalize java version to Github secret

github.com/Together-Java/TJ-Bot - 9de0499a51c69534dc32aa12883075d544d927dc authored over 3 years ago by I-Al-Istannen <[email protected]>
Adding jib config to gradle 💉

github.com/Together-Java/TJ-Bot - 3c0e52fcbaace7fb30b0397a72d4be5d19f31b7b authored over 3 years ago by d3vel0per <[email protected]>
Add tests workflow

github.com/Together-Java/TJ-Bot - 53043fcfa310e2f8783c2f77c1b9edf7e27d5b37 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add sonarcloud

github.com/Together-Java/TJ-Bot - 741af258d2649034b3cb9684003c419d3d0b182a authored over 3 years ago by Marko Radosavljević <[email protected]>
Remove sonarlint workflow

github.com/Together-Java/TJ-Bot - 161890a88e358c55eb30e464b2a4ebe0bf58ddb5 authored over 3 years ago by Marko Radosavljević <[email protected]>
Changed invite link in readme

github.com/Together-Java/TJ-Bot - 88bc43489a97821c9a7ea8dfee2f74f5e2e4eaac authored over 3 years ago by Daniel Tischner <[email protected]>
Merge pull request #46 from Together-Java/feature/add_sqlite

Added SQLite and simple example commands

github.com/Together-Java/TJ-Bot - 84d8c8d6af4135c1ff8e972d549e3b0832a88617 authored over 3 years ago by Daniel Tischner <[email protected]>
Improve gradle structure

github.com/Together-Java/TJ-Bot - 6aafd67500ea0196e24703a2d349f506948a7d83 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add gradle application plugin

github.com/Together-Java/TJ-Bot - c52845f04fc4b5f3760dcdb38179ea224e8f6678 authored over 3 years ago by Marko Radosavljević <[email protected]>
Run spotless on compile

github.com/Together-Java/TJ-Bot - be41b9984433c12dfac25d32b6836ca2c59e3c9e authored over 3 years ago by Marko Radosavljević <[email protected]>
Align chopped down chains at "." character

This keeps the first method call on the same line and aligns on the
".":

```java
JDA jda = JDAB...

github.com/Together-Java/TJ-Bot - 0260a98b203216694c2d1802b577c0ab6823868f authored over 3 years ago by I-Al-Istannen <[email protected]>
Add sonarlint workflow

github.com/Together-Java/TJ-Bot - bf9e3ffbb335a23f2f4ce9bbf788e47f4d06c857 authored over 3 years ago by Marko Radosavljević <[email protected]>
Add spotless workflow

github.com/Together-Java/TJ-Bot - 40c169cbf95b4ac888ac1e3603c55a8fe4353fca authored over 3 years ago by Marko Radosavljević <[email protected]>
Add codeql workflow

github.com/Together-Java/TJ-Bot - efc51a93dff9ec29ca7dc64306eb08d0bf0b4b29 authored over 3 years ago by Marko Radosavljević <[email protected]>
Removing redundant .idea exclusions + a few other unused ones ✂

github.com/Together-Java/TJ-Bot - c2ecc7b7a6eeff8759c788d241605f12d570f600 authored over 3 years ago by d3vel0per <[email protected]>
Run spotless on codebase

github.com/Together-Java/TJ-Bot - 2d94e0c2e2f4abd90e20c8c3ac7bb963e434bc1f authored over 3 years ago by I-Al-Istannen <[email protected]>
Ignore .idea/ folder

While not everything in this folder is user specific, we currently do
not want to communicate an...

github.com/Together-Java/TJ-Bot - 1433c9c896acf362090e5465217ddedefd10b765 authored over 3 years ago by I-Al-Istannen <[email protected]>
Fix enum formatting

Previously, enum constant would be wrapped as needed and not chopped
down:
```java
enum Foo {
...

github.com/Together-Java/TJ-Bot - 4f1094102aabb3461ed92da59a0e54056855828a authored over 3 years ago by I-Al-Istannen <[email protected]>
Add a dependabot config (#39)

* Add dependabot config
* Added a whitespace to the end of the file

github.com/Together-Java/TJ-Bot - 8f55db1f2f212e64845c721e6431b157c479dd86 authored over 3 years ago by Jonas <[email protected]>
Bump gradle version & Add compatibility versions (#34)

* Bump gradle version to 7.2
* Add source and target compatibility versions to build.gradle

github.com/Together-Java/TJ-Bot - 6cdd6a6d50d072819618e87c2623411fb1c6ae53 authored over 3 years ago by Jonas <[email protected]>
Remove unused imports to fix https://github.com/diffplug/spotless/issues/834 (#35)

github.com/Together-Java/TJ-Bot - 0df17f36d49e9132ee9fd4bb8061093322a54549 authored over 3 years ago by Jonas <[email protected]>
Add spotless integration

This hopefully makes formatting more consistent. The Eclipse XML style
was chosen as it is under...

github.com/Together-Java/TJ-Bot - 084654afb332ce43c7abb8a16a6aebc33b9d266b authored over 3 years ago by I-Al-Istannen <[email protected]>
Make gradelew executable

github.com/Together-Java/TJ-Bot - d074c352103f1fb06c29d26e55ca0fafab05cc1a authored over 3 years ago by I-Al-Istannen <[email protected]>
Add "Remove unused imports" setting to spotless

Co-authored-by: Marko Radosavljević <[email protected]>

github.com/Together-Java/TJ-Bot - bf0c666808c577bc166c8dd4ea6c2b8185159a91 authored over 3 years ago by I-Al-Istannen <[email protected]>