Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Perun connector java

Library for high volume machine-to-machine communication with Perun IAM system.

perun-openapi

To regenerate perun-openapi client use

./gradlew openApiGenerate

Update perun-openapi/build.gradle test with

test {
    // Enable JUnit 5 (Gradle 4.6+).
    useJUnitPlatform()

    // Always run tests, even when nothing changed.
    dependsOn 'cleanTest'

    // Show test results.
    testLogging {
        events "failed"
    }

}

and try to build project ./gradlew build clean. If there are any issues in generated code, just fix them manually (generator is not 100%).