add example to readme #27
Annotations
4 errors and 1 warning
RequestGetTests.initializationError:
src/test/kotlin/RequestGetTests.kt#L1
java.lang.UnsupportedClassVersionError: RequestGetTests has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ResponseGetTests.initializationError:
src/test/kotlin/ResponseGetTests.kt#L1
java.lang.UnsupportedClassVersionError: ResponseGetTests has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
TypeTests.initializationError:
src/test/kotlin/TypeTests.kt#L1
java.lang.UnsupportedClassVersionError: TypeTests has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
build-test
Process completed with exit code 1.
|
build-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|