Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
6eb322e
Auto-updated by IDEA
alexander-yevsyukov May 6, 2024
466d68b
Bump version -> `2.0.0-SNAPSHOT.234`
alexander-yevsyukov May 6, 2024
80bcca0
Update `config`
alexander-yevsyukov May 6, 2024
f0db1b3
Migrate to `CallerFinder` from `reflect`
alexander-yevsyukov May 6, 2024
8d7c72f
Remove now unused code
alexander-yevsyukov May 6, 2024
3dea7ef
Remove unused method
alexander-yevsyukov May 6, 2024
6b61019
Update build time
alexander-yevsyukov May 6, 2024
23b8c4a
Bump Gradle -> `8.7`
alexander-yevsyukov May 6, 2024
868214d
Add `-Xexpect-actual-classes` compiler arg
alexander-yevsyukov May 6, 2024
977aab0
Address deprecation of `Project.buildDir`
alexander-yevsyukov May 6, 2024
016abdf
Restore `Project.buildDirectory` property
alexander-yevsyukov May 6, 2024
134ac86
Update dependency reports
alexander-yevsyukov May 6, 2024
4a702c2
Update `config` ref.
alexander-yevsyukov May 6, 2024
4a688e2
Remove redundant dependencies
alexander-yevsyukov May 6, 2024
f846ba9
Revert "Update `config` ref."
alexander-yevsyukov May 6, 2024
cfe10dc
Restore usage of `buildDirectory` property
alexander-yevsyukov May 6, 2024
e4f530f
Restore previous impl. of `Project.spinePublishing`
alexander-yevsyukov May 6, 2024
ecaa2f5
Update build time
alexander-yevsyukov May 6, 2024
421d4e1
Simplify string interpolation
alexander-yevsyukov May 6, 2024
da4178a
Auto-updated by IDEA
alexander-yevsyukov May 6, 2024
2aaa7b4
Revert to previous code
alexander-yevsyukov May 6, 2024
54d0f8b
Document avoiding the dependency
alexander-yevsyukov May 6, 2024
1938321
Update dependency reports
alexander-yevsyukov May 6, 2024
5eeea1c
Revert the indentation
alexander-yevsyukov May 6, 2024
84a7bc5
Revert the indentation
alexander-yevsyukov May 6, 2024
1389353
Update build time
alexander-yevsyukov May 6, 2024
aaf7a8e
Revert the indentation
alexander-yevsyukov May 6, 2024
b7f6b5e
Revert the indentation
alexander-yevsyukov May 6, 2024
dae7fa9
Revert the indentation
alexander-yevsyukov May 6, 2024
87a6249
Revert the indentation
alexander-yevsyukov May 6, 2024
1acec75
Revert the indentation
alexander-yevsyukov May 6, 2024
e297951
Update build time
alexander-yevsyukov May 6, 2024
578ad98
Remove redundant empty line
alexander-yevsyukov May 6, 2024
c215655
Restore version
alexander-yevsyukov May 6, 2024
98298da
Avoid dependency on the `test` task when checking version
alexander-yevsyukov May 6, 2024
1e727b9
Update dependency reports
alexander-yevsyukov May 6, 2024
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: 1 addition & 1 deletion .github/workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# See: https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3.7.6
uses: mikepenz/action-junit-report@v4.0.3
if: always() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/**/TEST-*.xml'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
distribution: zulu
cache: gradle

# See: https://github.com/al-cheb/configure-pagefile-action
- name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2
uses: al-cheb/configure-pagefile-action@v1.3

- name: Build project and run tests
shell: cmd
Expand All @@ -28,7 +29,7 @@ jobs:

# See: https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3.7.6
uses: mikepenz/action-junit-report@v4.0.3
if: always() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/**/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-reports-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
# Check out the `config` submodule to fetch the required script file.
submodules: true

- name: Check that `pom.xml` and `license-report.md` are modified
- name: Check that both `pom.xml` and license report files are modified
shell: bash
run: chmod +x ./config/scripts/ensure-reports-updated.sh && ./config/scripts/ensure-reports-updated.sh
193 changes: 1 addition & 192 deletions .idea/codeStyles/Project.xml

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

6 changes: 1 addition & 5 deletions .idea/kotlinc.xml

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

5 changes: 2 additions & 3 deletions .idea/misc.xml

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

Loading