libgdx/gdx-liftoff

lwjgl3:dist task broken

lyze237 opened this issue · 2 comments

Hey!

Seems like the lwjgl3:disk tasks doesn't do anything.

Updating it to:

task dist {
  dependsOn 'jar'
}

seems to work.

I'll try it out!

This seems to be fixed now; I had been giving dependsOn a list of String instead of a single String, and it seems to need just the one String. I will keep using tasks.register() because Gradle seems to prefer that for performance reasons, and it doesn't seem to break lwjgl3:dist. Thanks!