timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

Upgrade gradle wrapper #312

Closed OlgaMaciaszek closed 6 years ago

OlgaMaciaszek commented 6 years ago

The upgrade necessary in order for some of the build.gradle code to work correctly, i.e.:

    useJUnitPlatform {
        includeEngines 'junit-jupiter'
        includeEngines 'junit-vintage'
    }