Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
177 commits
Select commit Hold shift + click to select a range
5bcee49
add builderprovider and sql implementation
Cinnazeyy Dec 13, 2024
17e3df1
Add BuildTeamProvider and SQL implementation
Cinnazeyy Dec 13, 2024
a641300
remove interface abstraction
Cinnazeyy Jan 16, 2025
e518344
update Builder and BuilderProvider
LordTuxn Jan 19, 2025
614a75d
Fix CMD_Plots.java, CMD_Tpll.java and PlotSystem.java
Cinnazeyy Jan 20, 2025
eaafbf2
update BuilderProvider
LordTuxn Jan 20, 2025
455ab72
Merge remote-tracking branch 'origin/main' into update/1.21-data-abst…
LordTuxn Jan 20, 2025
28c8d2f
Fix all plot commands
Cinnazeyy Jan 20, 2025
4809b64
cleanup commands
Cinnazeyy Jan 21, 2025
da81b45
fix CMD_Review.java and CMD_UndoReview.java
Cinnazeyy Jan 21, 2025
315c7ba
update all review commands to work with database rework
Cinnazeyy Jan 22, 2025
3748d11
add CityProject, Country and Difficulty Providers
Cinnazeyy Jan 22, 2025
6ca11f7
open review menu if no args are provided in review command
Cinnazeyy Jan 22, 2025
9ae7b01
fix errors
Cinnazeyy Jan 22, 2025
bfa6b90
add Utils.getConfiguredItem
Cinnazeyy Jan 23, 2025
95356f8
extract notices into separate method and fix compiler error
Cinnazeyy Jan 23, 2025
fb60152
turn CityProject.java into a proper model and extract various methods…
Cinnazeyy Jan 24, 2025
3e51a8b
Finish city project model and fix CMD_Setup_City.java
Cinnazeyy Jan 24, 2025
d2cbb14
Finish BuildTeam model and fix CMD_Setup_BuildTeam.java
Cinnazeyy Jan 29, 2025
65f83c6
remove getReviewers method from build team dataprovider
Cinnazeyy Jan 29, 2025
2a16654
delete redundant Server.java model and implement ServerProvider.java
Cinnazeyy Jan 29, 2025
fd90219
start reworking plot generation with database rework
Cinnazeyy Feb 9, 2025
6f4c9bc
Merge branch 'main' into update/1.21-data-abstraction
Cinnazeyy Feb 9, 2025
9a00208
fix issues from merging
Cinnazeyy Feb 9, 2025
f21e8c6
finish country model and CMD_Setup_Country.java
Cinnazeyy Feb 9, 2025
f7092a5
finish difficulty model and CMD_Setup_Difficulty.java
Cinnazeyy Feb 9, 2025
0e85e98
delete Reviewer class
Cinnazeyy Feb 9, 2025
de48a19
Cleanup EventListener and change plottype to be of PlotType type inst…
Cinnazeyy Feb 9, 2025
35314a0
delete FTPConfiguration.java!! 🎉🎉🎉
Cinnazeyy Feb 9, 2025
f812d25
delete Payout.java
Cinnazeyy Feb 9, 2025
b9b60bd
update CityProjects data provider
LordTuxn Feb 9, 2025
805f17d
update TutorialPlot data provider
LordTuxn Feb 9, 2025
3007701
fix remaining compiler issues!! 🎉🎉🎉
Cinnazeyy Feb 9, 2025
c826044
fix warnings
Cinnazeyy Feb 10, 2025
e7f5e94
Add a specific interval for rejected plots
Zoriot Feb 10, 2025
e407f87
Make the owner head in /p members clickable
Zoriot Feb 14, 2025
0c1870e
add database related values to language files
Cinnazeyy Feb 15, 2025
108b83e
implement country provider logic
Cinnazeyy Feb 15, 2025
844b40e
implement server provider logic
Cinnazeyy Feb 16, 2025
0ebe768
implement difficulty provider logic
Cinnazeyy Feb 16, 2025
ef704cd
Check only first numbers for tutorial height
Zoriot Feb 18, 2025
8b09ff3
implement remaining methods of builder provider
Cinnazeyy Feb 20, 2025
6f6a993
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Feb 20, 2025
8ceb4ea
Send a repeated message for unfinished plots
Zoriot Feb 20, 2025
8353b7a
implement most methods of build team provider
Cinnazeyy Feb 27, 2025
9bc0d8b
change build team behaviour to have city projects assigned to build t…
Cinnazeyy Feb 27, 2025
5252fe0
change CityProjectProvider.java to be consistent with the other provi…
Cinnazeyy Feb 27, 2025
14b37e9
implement last remaining method "getReviewerCities" in BuildTeamProvider
Cinnazeyy Feb 27, 2025
9fb0e0c
implement method to get tutorial plot by plot id
Cinnazeyy Feb 27, 2025
253200a
implement basic updates in PlotProvider.java
Cinnazeyy Feb 28, 2025
426d061
remove redundant provider method
Cinnazeyy Mar 1, 2025
9652142
continue work on PlotProvider
LordTuxn Mar 1, 2025
30c6fc6
add empty review provider
Cinnazeyy Mar 15, 2025
a994eb7
fix & implement all data providers, update to current database schema
LordTuxn Mar 25, 2025
15221a2
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Apr 3, 2025
ad4b4f6
start review implementation, fix compile issues and update database
Cinnazeyy Apr 3, 2025
3e0eb61
implement ReviewNotification, BuildTeamToggleCriteria and continue re…
Cinnazeyy Apr 4, 2025
dfdd980
finish most core review features/systems
Cinnazeyy Apr 4, 2025
2665b1b
set build team via cityproject and not vice versa, fix pss commands a…
Cinnazeyy Apr 5, 2025
eac3260
implement codacy suggestions
Cinnazeyy Apr 5, 2025
2dc3d69
use return values of Builder.java methods
Cinnazeyy Apr 5, 2025
9af4b43
fix sql issues and bugs
Cinnazeyy Apr 7, 2025
dd1e631
more bug squashing 🪲
Cinnazeyy Apr 7, 2025
a438ad5
🔧 ✨ Implement CIM mode disable config
Zoriot Apr 7, 2025
97a108e
update config and squash more bugs!
Cinnazeyy Apr 7, 2025
1881347
Merge branch 'main' into update/1.21-data-abstraction
Cinnazeyy Apr 7, 2025
8236860
fix merge issues
Cinnazeyy Apr 7, 2025
7639306
merge nested ifs and split sendNotices() method
Cinnazeyy Apr 8, 2025
daff115
remove unnecessary SQLExceptions
LordTuxn Apr 11, 2025
bdc629b
more fixes for tutorial plots
LordTuxn Apr 11, 2025
5a0af85
implement Menu logic of ReviewPlotTogglesMenu and ReviewPlotMenu
Cinnazeyy Apr 13, 2025
bac56fb
show if plot will be rejected in submit item lore and add toggle lore
Cinnazeyy Apr 13, 2025
26c43ae
offset entire completed schematic to initialSchem heights and set plo…
Cinnazeyy Apr 13, 2025
f7a83bb
Remove CustomHeads.java and add all heads to BaseItems.java
Cinnazeyy Apr 15, 2025
46892c3
add translations, add lots of items to items.yml and minor bugs
Cinnazeyy Apr 18, 2025
5ec2304
fix invalid lang file, wrong item in items.yml and add TileDrops and …
Cinnazeyy Apr 19, 2025
c97d1bf
close menu before generating random plot
Cinnazeyy Apr 19, 2025
8b3c9de
remove # in front of player name at undid-review
Cinnazeyy Apr 19, 2025
aebab69
fix wrong uuid compare
Cinnazeyy Apr 19, 2025
835280a
reduce complexity of submitReview() method by extracting code into se…
Cinnazeyy Apr 19, 2025
197461a
add plot version legacy threshold and prevent loading or modifying le…
Cinnazeyy Apr 19, 2025
89c5945
extract rating logic to ReviewRating, add isChecked to review-toggle …
Cinnazeyy Apr 24, 2025
902a1f2
move ReviewMenu.java to review package
Cinnazeyy Apr 24, 2025
7fe59cf
display toggle criteria in feedback menu and translate criteria
Cinnazeyy Apr 24, 2025
f04eee7
fix slot items always returning same references
Cinnazeyy Apr 24, 2025
c0011e9
add back the spaces on plot links
Cinnazeyy Apr 24, 2025
d7f6445
update plugin version to 5.0.0
Cinnazeyy Apr 24, 2025
3b36366
update createTables() method in DatabaseConnection.java to the new da…
Cinnazeyy Apr 25, 2025
57e3604
remove air mask for one plot worlds
LordTuxn Apr 25, 2025
0a54535
add timestamp for last completed tutorial stage
LordTuxn Apr 25, 2025
cf010fc
update tutorial schematics to new format
LordTuxn Apr 25, 2025
068002a
implement split_core functionality for reviews
LordTuxn Apr 26, 2025
a1a80d5
fix leaderboard query and remove player ranking in action bar
LordTuxn Apr 27, 2025
2118870
remove duplicate score column
Cinnazeyy May 19, 2025
7f0c6b5
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy May 19, 2025
04d7b02
🐛 Remove schema from statement & fix result set
Zoriot May 23, 2025
7e69388
🔧 Add copyright config files & encodings to repo
Zoriot May 29, 2025
5a1f9b0
🔧 Fix and improve pss setup cmds
Zoriot May 29, 2025
efc155f
🩹 Fix outline schem and better handling of isPlayerOnPlot
Zoriot Jun 3, 2025
f8ac23b
update to langlibs 1.5
Cinnazeyy Jun 8, 2025
d689fbb
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Jun 8, 2025
37862a9
fix dynamically setting translations
Cinnazeyy Jun 8, 2025
8833124
🐛 Fix wrong plot type query & cim plot resolution
Zoriot Jun 15, 2025
727a446
update language files to match latest string set
LordTuxn Jun 16, 2025
2247987
implement caching for reviewer methods and minor cleanup
Cinnazeyy Jun 21, 2025
0a26826
standardise provider cache naming schemes, use unused return values a…
Cinnazeyy Jun 21, 2025
6cf4c77
fix getOutlineSchematicBytes method and remove unused variable
Cinnazeyy Jun 21, 2025
13e99cb
move teleport call to the main thread
Cinnazeyy Jun 21, 2025
a1a444f
update pom.xml
LordTuxn Jun 21, 2025
79a474e
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
LordTuxn Jun 21, 2025
8e0dba9
update README.md
LordTuxn Jun 21, 2025
e5e9591
use simpler database name instead of enum value for getting continent…
Cinnazeyy Jun 21, 2025
086256a
🐛 Improve region permission
Zoriot Jun 22, 2025
c9ae20d
📝 Replace HolographicDisplay with DecentHolograms
Zoriot Jun 22, 2025
78cd175
remove unused config.yml entries
Cinnazeyy Jun 22, 2025
d8c342a
🐛 Only send group system msg when it's enabled
Zoriot Jun 24, 2025
ea269bf
🐛 Make Plot-Type Nullable
Zoriot Jun 25, 2025
e46cb76
Merge branch 'main' into update/1.21-data-abstraction
Zoriot Jun 25, 2025
6639b44
🐛 Make List mutable where needed
Zoriot Jun 25, 2025
c7e83f2
♻️ Improve structure / clearness
Zoriot Jun 25, 2025
c36a874
add insert for system info table
Cinnazeyy Jun 26, 2025
b0d522a
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Jun 26, 2025
c83a84d
📝 Add myself as a contact/author + update the links
Zoriot Jun 26, 2025
a0f335c
🔥♻️ Remove useless dependency + auto inject current version to plugin…
Zoriot Jun 26, 2025
6160df7
🔥 Remove updater
Zoriot Jun 26, 2025
fd3a8a5
♻️ Extract DependencyManager in seperate class + get the current vers…
Zoriot Jun 26, 2025
2712746
🔥 Remove manuel hard required dependency checking
Zoriot Jun 26, 2025
cdbc265
🐛 Create the initial system_info entry only once
Zoriot Jun 26, 2025
b0d2838
🔥🐛 Remove split_score column
Zoriot Jun 26, 2025
5fa08a0
🐛 Fix and improve default sql statements
Zoriot Jun 27, 2025
47edde6
update langlibs dependency
Cinnazeyy Jun 27, 2025
2e2f3da
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Jun 27, 2025
f2d3279
fix undoreview deleting completedSchematic data and abandon not reset…
Cinnazeyy Jul 4, 2025
6bb6cb5
add toggle criteria to pss commands
Cinnazeyy Jul 4, 2025
50498c4
check if continent is null
Cinnazeyy Jul 5, 2025
18714f9
remove dynamic language key setting on pss commands due to breaking i…
Cinnazeyy Jul 5, 2025
b555c41
add back reminders to change language file after adding city,country …
Cinnazeyy Jul 6, 2025
7648eba
✨ ♻️ Improve database handling (#173)
Zoriot Jul 6, 2025
a4e8e85
register review setup commands
Cinnazeyy Jul 6, 2025
4a00ecc
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Jul 6, 2025
d369eb9
build: 👷 exclude dependency which is already present and add commons-io
Zoriot Jul 14, 2025
9807737
fix(setup): 🩹 reload language system, allow full continent names, fix…
Zoriot Jul 14, 2025
2727601
build: 👷 setup github build workflow
Zoriot Jul 14, 2025
7628875
fix(plot-utils): 🩹 delay timed messages so no duplicated for unfinish…
Zoriot Jul 19, 2025
793b935
build: 💚 update alps repo deps to fix build
Zoriot Jul 19, 2025
45a2619
prevent legacy plot loading and set clearArea to false on completedSc…
Cinnazeyy Jul 28, 2025
7565b4e
fix createBuilder method always returning false and minor cosmetic fixes
Cinnazeyy Aug 2, 2025
e15df1b
build: 👷 migrate project from Maven to Gradle and update build config…
Zoriot Aug 24, 2025
efe6547
refactor: ✨ convert classes to records for improved data abstraction
Zoriot Aug 25, 2025
dc84624
fix(tutorial): 🩹 refactor base block handling to support multiple blo…
Zoriot Aug 27, 2025
36f2502
Merge pull request #180 from AlpsBTE/copilot/fix-172
Zoriot Aug 27, 2025
b3382cf
Update dependencies for mc 1.21.8
Zoriot Sep 29, 2025
d362fd5
Update MIT license text to allow GitHub detection
Zoriot Sep 30, 2025
8bf1374
style: remove copyright from individual files
Zoriot Sep 30, 2025
0c3b19a
style: remove copyright config files
Zoriot Sep 30, 2025
4f24d1b
Merge remote-tracking branch 'origin/v4/1.21.8' into update/1.21-data…
Zoriot Oct 16, 2025
23b81d9
delete unused Category.java and reuse tryParse return value in CMD_Se…
Cinnazeyy Oct 20, 2025
e7db515
reuse tryParse output
Cinnazeyy Oct 20, 2025
a213019
update version in plugin.yml to 5.0.0
Oct 21, 2025
33d0778
refactor: use project properties for version and description in plugi…
Zoriot Oct 23, 2025
994917a
increase feedback text length to 512 for backwards compatibility sinc…
Oct 24, 2025
109c28c
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Oct 24, 2025
b5daa43
upgrade alpslib utils to 1.3.6 and use the getConfiguredItem method f…
Nov 1, 2025
89f8b16
use one separate line for each variable declaration
Nov 1, 2025
3bda9ff
fix: fix relocation configuration in build.gradle.kts
Zoriot Nov 2, 2025
6ca84fc
refactor: replace ItemBuilder instances with Utils.DEFAULT_ITEM for c…
Zoriot Nov 6, 2025
4ca4a67
fix: conditionally register CMD_Plot_Invite based on group support co…
Zoriot Nov 6, 2025
ea608d1
restructure CMD_Review.java to open the reviewplot menu directly when…
Cinnazeyy Nov 6, 2025
b77a75e
Merge remote-tracking branch 'origin/update/1.21-data-abstraction' in…
Cinnazeyy Nov 6, 2025
90ce70a
refactor: standardize plot ID accessors and improve code consistency
Zoriot Nov 6, 2025
1b7a305
fix: fix the next button in the review menu
Zoriot Nov 6, 2025
39f04b7
fix: improve plot ID handling and add owner validation in plot member…
Zoriot Nov 6, 2025
2d08c67
feat(review): order by plot_id + add when the plot will be deleted
Zoriot Nov 7, 2025
6f6ee72
fix: fix plot action abandon item
Zoriot Nov 13, 2025
4d174c1
fix(review): improve teleportation logic and add error handling for n…
Zoriot Nov 14, 2025
6de6b89
fix(build): simplify version string by removing branch name
Zoriot Nov 15, 2025
6e8f46d
refactor(review): streamline menu opening and enhance plot retrieval …
Zoriot Nov 15, 2025
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
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ij_java_case_statement_on_separate_line = true
ij_java_catch_on_new_line = false
ij_java_class_annotation_wrap = split_into_lines
ij_java_class_brace_style = end_of_line
ij_java_class_count_to_use_import_on_demand = 5
ij_java_class_count_to_use_import_on_demand = 999
ij_java_class_names_in_javadoc = 1
ij_java_deconstruction_list_wrap = normal
ij_java_do_not_indent_top_level_class_members = false
Expand Down Expand Up @@ -153,7 +153,7 @@ ij_java_method_parameters_right_paren_on_new_line = false
ij_java_method_parameters_wrap = off
ij_java_modifier_list_wrap = false
ij_java_multi_catch_types_wrap = normal
ij_java_names_count_to_use_import_on_demand = 3
ij_java_names_count_to_use_import_on_demand = 999
ij_java_new_line_after_lparen_in_annotation = false
ij_java_new_line_after_lparen_in_deconstruction_pattern = true
ij_java_new_line_after_lparen_in_record_header = false
Expand Down
49 changes: 49 additions & 0 deletions .github/workflows/build.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be great if we use the same build also for jenkins publishing - if we want to keep Jenkins for Main Branch Builds.
Some reference can be found here: https://www.jenkins.io/blog/2018/04/25/configuring-jenkins-pipeline-with-yaml-file/
You can also create a issue for that so we come back to it later

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This workflow uses actions that GitHub does not certify.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # full history
fetch-tags: true # grab your tags
# Make sure we check out by branch name, not just SHA:
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}

- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'

# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle Wrapper
run: ./gradlew clean build

- uses: actions/upload-artifact@v4
with:
name: Staging-Build
path: build/libs
compression-level: '9'
208 changes: 179 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,184 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.xml
# Created by https://www.toptal.com/developers/gitignore/api/intellij,gradle,maven
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,gradle,maven

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# CMake
cmake-build-*/

# Maven
.classpath
.project
.settings/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

.idea/misc.xml
# *.ipr

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

# Sonarlint plugin
# https://plugins.jetbrains.com/plugin/7973-sonarlint
.idea/**/sonarlint/

# SonarQube Plugin
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
.idea/**/sonarIssues.xml

# Markdown Navigator plugin
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/

# Cache file creation bug
# See https://youtrack.jetbrains.com/issue/JBR-2257
.idea/$CACHE_FILE$

# CodeStream plugin
# https://plugins.jetbrains.com/plugin/12206-codestream
.idea/codestream.xml

# Azure Toolkit for IntelliJ plugin
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
.idea/**/azureSettings.xml

### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar

# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

### Gradle ###
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
# JDT-specific (Eclipse Java Development Tools)

### Gradle Patch ###
# Java heap dump
*.hprof

# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,maven

# Created by https://www.toptal.com/developers/gitignore/api/git
# Edit at https://www.toptal.com/developers/gitignore?templates=git

### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig

# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt

# End of https://www.toptal.com/developers/gitignore/api/git

# Custom

# .idea
.idea/
/.idea/git_toolbox_prj.xml
/.idea/.name
10 changes: 10 additions & 0 deletions .idea/encodings.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2021 Alps BTE
Copyright (c) Alps BTE <[email protected]>
Copyright (c) contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading