Skip to content
Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 12 Apr 15:53
· 26 commits to master since this release

Generic changes

docs: update readme

5003422e7a1a45d bsorrentino 2024-04-12 15:46:06

build: update git ignore

859ae83b97aca4d bsorrentino 2024-04-12 15:45:54

Merge branch 'AndreaBaroncelli-unchanged_sources_check_fix' into develop

0b470ed27e50177 bsorrentino 2024-04-12 15:39:12

build: move to next developer version

51d6eba6a7edb21 bsorrentino 2024-04-12 15:24:24

Fixed unchanged sources check

  • File .maven-processor-source-files.txt must be skipped in lastModified check (being just an extra file added for control purposes), especially because it is rewritten in method areSourceFilesSameAsPreviousRun, so its lastModified date is necessarily the most recent one, which causes method to always return true.

cda172bc544d4a7 Andrea Baroncelli 2024-04-11 14:31:25