drop-project icon indicating copy to clipboard operation
drop-project copied to clipboard

Assignments supported by gradle

Open palves-ulht opened this issue 3 years ago • 0 comments

Right now, Drop Project requires all assignments to be maven projects, since it relies on maven invoker (a plugin) to execute the build pipeline.

It shouldn't be too hard to also support assignments based on gradle, using the gradle tooling api (https://docs.gradle.org/current/userguide/third_party_integration.html#embedding). This would open the door for automated assessment of android projects, for example.

palves-ulht avatar Mar 18 '22 11:03 palves-ulht