-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regressions when upgrading from 1.13.6 to 1.14.3 #561
Comments
@realdadfish I'm a bit worried about |
about the snapshot problem, it should be easy to add such unit test - it would be easier to fix it then ;) |
I have the same issue ( My suspicion is on the
So instead of ... @InputDirectory
@Optional
abstract DirectoryProperty getDirectory() use @Input
@Optional
abstract Property<String> getDirectory() ... and you avoid any memory leaks. related: |
@mpern thx for the fix!, new version was just released |
I'm testing with Gradle 7.5.1 and 7.6 and see several regressions after the update. This is my configuration:
I'm seeing two issues:
my-release-1.1.0
tag in the parent branch and on branchfoo
I previously got1.1.1-foo-dev.abcd1234
, now I'm only getting1.1.0-foo
currentVersion
task is enormous (several minutes), where the task previously executed within seconds. If I execute the build then with--debug
, Gradle spits out tons of debug messages likeWaiting to acquire shared lock on daemon addresses registry.
. The internets tell me that this is probably because of a memory issue (HEAP too low, etc.), but nothing changed in this regard. Mygradle.properties
is unchanged:I can provide a build scan (before / after) if this is of any use.
The text was updated successfully, but these errors were encountered: