openapi-nexus 0.2.3

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Golden tests: Java

set working-directory := '..'

# Update Java .golden files
@update:
    UPDATE_GOLDEN=1 cargo test --test golden_tests_java_okhttp -- --nocapture

# Compile-check Java goldens with gradle
@build:
    ./scripts/golden-build-java.sh