something istopped working for me.. i used to have...
# gradle
n
something istopped working for me.. i used to have
-SNAPSHOT
maven publications that point to the latest actual maven publication.. seems like gradle and/or idea stopped supporting those does anybody know if something like that was mentioned in releasenotes or here ? i just use dynamic version numbers now eg:
0.4.5+
instead of
0.4.5-SNAPSHOT
it could be that the did not always have a scope in the maven pom.. i guess that would be required, no clue why it worked before then
x
maven’s default scope is compile