Since spring boot version 3.2 multi-module project build is not reproduceable anymore
If you build project 2 times -> you are getting different hash summs of the 'tar'
I've created a demo project to demonstrate: https://github.com/golosegor/spring-boot-3.2-build-reproducible-issue
If you do exactly the same with version "3.1.7" - hash summs are always the same