This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ * Published this library as open source
4
+ * Ensured build compatibility with Java 8, 11 and 17
Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ You should have the following things installed:
33
33
### Recommended setup
34
34
35
35
* Install `` IntelliJ `` (Community Edition is sufficient)
36
- * Install the following plugins:
37
- * [ Save Actions] ( https://plugins.jetbrains.com/plugin/7642-save-actions ) - Provides save actions, like running the
38
- formatter or adding `` final `` to fields
39
- * [ SonarLint] ( https://plugins.jetbrains.com/plugin/7973-sonarlint ) - CodeStyle/CodeAnalysis
40
- * [ Checkstyle-IDEA] ( https://plugins.jetbrains.com/plugin/1065-checkstyle-idea ) - CodeStyle/CodeAnalysis
41
- * Import the project
42
- * Ensure that everything is encoded in `` UTF-8 ``
43
- * Ensure that the JDK/Java-Version is correct
36
+ * Install the following plugins:
37
+ * [ Save Actions] ( https://plugins.jetbrains.com/plugin/7642-save-actions ) - Provides save actions, like running
38
+ the
39
+ formatter or adding `` final `` to fields
40
+ * [ SonarLint] ( https://plugins.jetbrains.com/plugin/7973-sonarlint ) - CodeStyle/CodeAnalysis
41
+ * [ Checkstyle-IDEA] ( https://plugins.jetbrains.com/plugin/1065-checkstyle-idea ) - CodeStyle/CodeAnalysis
42
+ * Import the project
43
+ * Ensure that everything is encoded in `` UTF-8 ``
44
+ * Ensure that the JDK/Java-Version is correct
44
45
45
46
## Releasing [ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-hsql2/release.yml?branch=master )] ( https://github.com/xdev-software/xapi-db-hsql2/actions/workflows/release.yml )
46
47
You can’t perform that action at this time.
0 commit comments