Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2.78 KB

TODO.md

File metadata and controls

53 lines (43 loc) · 2.78 KB

TODO

Development

Links

https://docs.gradle.org/current/userguide/custom_plugins.html#sec:mapping_extension_properties_to_task_properties

https://guides.gradle.org/writing-gradle-plugins/ https://guides.gradle.org/implementing-gradle-plugins/ https://github.com/gradle/gradle/tree/master/subprojects https://speakerdeck.com/bmuschko/gradle-plugin-best-practices-by-example

https://stackoverflow.com/questions/15554296/simple-java-aes-encrypt-decrypt-example PBESpec https://stackoverflow.com/questions/3451670/java-aes-and-using-my-own-key https://stackoverflow.com/questions/18362137/encryption-with-aes-256-java https://stackoverflow.com/questions/3954611/encrypt-and-decrypt-with-aes-and-base64-encoding

/* TODO Currently the test checks for an exception. It would be nicer if the task being executed does not just throw an exception and rather marks the task as FAILED. Read about error handling for gradle plugins!

https://stackoverflow.com/questions/10312259/recommended-way-to-stop-a-gradle-build */

def "executing a task without defining a password fails"() {

/* https://github.com/bintray/gradle-bintray-plugin#readme https://github.com/bintray/bintray-examples/tree/master/gradle-bintray-plugin-examples */