Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : automatic issue generation #35

Closed orubel closed 1 year ago

orubel commented 1 year ago

Since I am not seeing feedback for the plugin, I'm going to integrate an automatic issue creation tool in case anyone has problems with build. This will mitigate 'shyness' and give me the reports I want

Need to investigate a few options and see best way to do this but since most of GITHUB is api driven, should be very simple.

orubel commented 1 year ago

so have the functionality working. Just need to add the backend to submit ticketing and test.

orubel commented 1 year ago

"gradle clean" shows builds always as success

Should ONLY run test on "gradle build"

orubel commented 1 year ago

for now, just change documentation to tell people to use 'gradle clean build'; this really is the better way to build for modern versions of gradle.