-
Notifications
You must be signed in to change notification settings - Fork 15
Add LLMObs integration tests for Java #6364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f9fe66a
Add openai java test app
ygree 8829033
Generate missing cassettes. openai-java generates requests differently.
ygree 53695b1
Add /evp_proxy/v4 support for openai-java tests
ygree 91edef8
Fix TestOpenAiEmbeddingInteractions for java.
ygree eda8ace
set env and version in openai-java test app
ygree d26893b
Fix openai_app
ygree c9c6534
Merge branch 'main' into ygree/openai-java-tests
ygree 5765ba8
Update docker image
ygree fec0549
detect the latest openai version by default
ygree 5d0c54e
java: implement LLMObs parametric tests
ygree dc6c188
manifests: mark Test_Dataset as incomplete_test_app for Java
ygree 1201239
fix: set FLOAT encoding format in Java embedding call to align with o…
ygree 0289d40
fix format
ygree 06e1c30
remove gradle init
ygree 31eeed7
fix: handle missing ml_app in evaluation submission
ygree e039b7f
feat(ci): add openai-java weblog to integration_frameworks_weblogs
ygree ea45820
fix(openai-java): use multi-stage build with runtime image and app.sh
ygree 9604517
Enable llm/openai java tests starting v1.61.0
ygree a8b160e
Merge branch 'main' into ygree/openai-java-tests
ygree 27ae1f8
Merge branch 'main' into ygree/openai-java-tests
ygree 6f7a4d1
Merge branch 'main' into ygree/openai-java-tests
ygree 769c962
Update integration_frameworks.py
ygree 2186eba
Merge branch 'main' into ygree/openai-java-tests
ygree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
...ettes/openai/test_chat_completion_stream_False_openai_chat_completions_post_424f6218.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "request": { | ||
| "method": "POST", | ||
| "url": "https://api.openai.com/v1/chat/completions", | ||
| "headers": { | ||
| "User-Agent": "OpenAIClientImpl/Java unknown", | ||
| "X-Stainless-Arch": "arm64", | ||
| "X-Stainless-Lang": "java", | ||
| "X-Stainless-OS": "Linux", | ||
| "X-Stainless-OS-Version": "6.12.65-linuxkit", | ||
| "X-Stainless-Package-Version": "unknown", | ||
| "X-Stainless-Retry-Count": "0", | ||
| "X-Stainless-Runtime": "JRE", | ||
| "X-Stainless-Runtime-Version": "17.0.9", | ||
| "X-Stainless-Read-Timeout": "600", | ||
| "X-Stainless-Timeout": "600", | ||
| "Content-Type": "application/json", | ||
| "Content-Length": "96", | ||
| "Connection": "Keep-Alive", | ||
| "Accept-Encoding": "gzip" | ||
| }, | ||
| "body": "{\"messages\":[{\"content\":\"Hello OpenAI!\",\"role\":\"user\"}],\"model\":\"gpt-3.5-turbo\",\"max_tokens\":35}" | ||
| }, | ||
| "response": { | ||
| "status": { | ||
| "code": 200, | ||
| "message": "OK" | ||
| }, | ||
| "headers": { | ||
| "Date": "Fri, 20 Feb 2026 00:00:43 GMT", | ||
| "Content-Type": "application/json", | ||
| "Transfer-Encoding": "chunked", | ||
| "Connection": "keep-alive", | ||
| "access-control-expose-headers": "X-Request-ID", | ||
| "openai-processing-ms": "796", | ||
| "openai-project": "proj_gt6TQZPRbZfoY2J9AQlEJMpd", | ||
| "openai-version": "2020-10-01", | ||
| "Server": "cloudflare", | ||
| "x-ratelimit-limit-requests": "10000", | ||
| "x-ratelimit-limit-tokens": "50000000", | ||
| "x-ratelimit-remaining-requests": "9999", | ||
| "x-ratelimit-remaining-tokens": "49999994", | ||
| "x-ratelimit-reset-requests": "6ms", | ||
| "x-ratelimit-reset-tokens": "0s", | ||
| "x-request-id": "req_ac2897c2c6e840a0a0e12c7684ecfaae", | ||
| "x-openai-proxy-wasm": "v0.1", | ||
| "cf-cache-status": "DYNAMIC", | ||
| "set-cookie": "__cf_bm=gxZLEchqKMKTztQgXT8SUS624bU_sDykIXEy5gIFT_0-1771545642.824098-1.0.1.1-QpgexMX9Wbte8oAZv3LqUJZ1h0k6pkjTClR8qrer4op9P_ZpyvkkAKda8jZv24esL4dcf9wH2J0QFkZwslpRyBNi17Ws.QFAgt18DyHO8dv4c_nHnZ_4GYCIU1r8ldNt; HttpOnly; Secure; Path=/; Domain=api.openai.com; Expires=Fri, 20 Feb 2026 00:30:43 GMT", | ||
| "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", | ||
| "X-Content-Type-Options": "nosniff", | ||
| "Content-Encoding": "gzip", | ||
| "CF-RAY": "9d09b9aba85630ad-SEA", | ||
| "alt-svc": "h3=\":443\"; ma=86400" | ||
| }, | ||
| "body": "{\n \"id\": \"chatcmpl-DB8ElAOKW90QXI3wOJx1LBxBOdfgf\",\n \"object\": \"chat.completion\",\n \"created\": 1771545643,\n \"model\": \"gpt-3.5-turbo-0125\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": \"Hello! How can I assist you today?\",\n \"refusal\": null,\n \"annotations\": []\n },\n \"logprobs\": null,\n \"finish_reason\": \"stop\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 11,\n \"completion_tokens\": 9,\n \"total_tokens\": 20,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0,\n \"audio_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0,\n \"audio_tokens\": 0,\n \"accepted_prediction_tokens\": 0,\n \"rejected_prediction_tokens\": 0\n }\n },\n \"service_tier\": \"default\",\n \"system_fingerprint\": null\n}\n" | ||
| } | ||
| } |
57 changes: 57 additions & 0 deletions
57
...ai/test_chat_completion_tool_call_stream_False_openai_chat_completions_post_ec6364ef.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "request": { | ||
| "method": "POST", | ||
| "url": "https://api.openai.com/v1/chat/completions", | ||
| "headers": { | ||
| "User-Agent": "OpenAIClientImpl/Java unknown", | ||
| "X-Stainless-Arch": "arm64", | ||
| "X-Stainless-Lang": "java", | ||
| "X-Stainless-OS": "Linux", | ||
| "X-Stainless-OS-Version": "6.12.65-linuxkit", | ||
| "X-Stainless-Package-Version": "unknown", | ||
| "X-Stainless-Retry-Count": "0", | ||
| "X-Stainless-Runtime": "JRE", | ||
| "X-Stainless-Runtime-Version": "17.0.9", | ||
| "X-Stainless-Read-Timeout": "600", | ||
| "X-Stainless-Timeout": "600", | ||
| "Content-Type": "application/json", | ||
| "Content-Length": "537", | ||
| "Connection": "Keep-Alive", | ||
| "Accept-Encoding": "gzip" | ||
| }, | ||
| "body": "{\"messages\":[{\"content\":\"Bob is a student at Stanford University. He is studying computer science.\",\"role\":\"user\"}],\"model\":\"gpt-3.5-turbo\",\"tool_choice\":\"auto\",\"tools\":[{\"function\":{\"name\":\"extract_student_info\",\"description\":\"Get the student information from the body of the input text\",\"parameters\":{\"type\":\"object\",\"properties\":{\"major\":{\"description\":\"Major subject.\",\"type\":\"string\"},\"school\":{\"description\":\"The university name.\",\"type\":\"string\"},\"name\":{\"description\":\"Name of the person\",\"type\":\"string\"}}}},\"type\":\"function\"}]}" | ||
| }, | ||
| "response": { | ||
| "status": { | ||
| "code": 200, | ||
| "message": "OK" | ||
| }, | ||
| "headers": { | ||
| "Date": "Fri, 20 Feb 2026 00:01:06 GMT", | ||
| "Content-Type": "application/json", | ||
| "Transfer-Encoding": "chunked", | ||
| "Connection": "keep-alive", | ||
| "access-control-expose-headers": "X-Request-ID", | ||
| "openai-processing-ms": "463", | ||
| "openai-project": "proj_gt6TQZPRbZfoY2J9AQlEJMpd", | ||
| "openai-version": "2020-10-01", | ||
| "Server": "cloudflare", | ||
| "x-ratelimit-limit-requests": "10000", | ||
| "x-ratelimit-limit-tokens": "50000000", | ||
| "x-ratelimit-remaining-requests": "9999", | ||
| "x-ratelimit-remaining-tokens": "49999979", | ||
| "x-ratelimit-reset-requests": "6ms", | ||
| "x-ratelimit-reset-tokens": "0s", | ||
| "x-request-id": "req_1503996b1cea4bca91a0697db9eec68e", | ||
| "x-openai-proxy-wasm": "v0.1", | ||
| "cf-cache-status": "DYNAMIC", | ||
| "set-cookie": "__cf_bm=Y.uMUvKXcR9Yk6xXzcExCuLDDxpKWoS90CZWc5aj_78-1771545665.585499-1.0.1.1-qZlmanRqlTnlgnA_UKxWN6ccJeGJMZ5cU8hQn4XOsKn2_XJnm1IuHxGV8ejtnSlnbsmSfy6dmFNMOlDANMzF9kJG1U4ZD82BHh6ZqUZnE5Xgyn07s46Z66pomW1vQ4BI; HttpOnly; Secure; Path=/; Domain=api.openai.com; Expires=Fri, 20 Feb 2026 00:31:06 GMT", | ||
| "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", | ||
| "X-Content-Type-Options": "nosniff", | ||
| "Content-Encoding": "gzip", | ||
| "CF-RAY": "9d09ba39ea9bdf09-SEA", | ||
| "alt-svc": "h3=\":443\"; ma=86400" | ||
| }, | ||
| "body": "{\n \"id\": \"chatcmpl-DB8F79pRqLfT6pTKajxAu4MpCpMZe\",\n \"object\": \"chat.completion\",\n \"created\": 1771545665,\n \"model\": \"gpt-3.5-turbo-0125\",\n \"choices\": [\n {\n \"index\": 0,\n \"message\": {\n \"role\": \"assistant\",\n \"content\": null,\n \"tool_calls\": [\n {\n \"id\": \"call_NAE9VXAzyT6ftmPl4lmeSb4E\",\n \"type\": \"function\",\n \"function\": {\n \"name\": \"extract_student_info\",\n \"arguments\": \"{\\\"name\\\":\\\"Bob\\\",\\\"school\\\":\\\"Stanford University\\\",\\\"major\\\":\\\"computer science\\\"}\"\n }\n }\n ],\n \"refusal\": null,\n \"annotations\": []\n },\n \"logprobs\": null,\n \"finish_reason\": \"tool_calls\"\n }\n ],\n \"usage\": {\n \"prompt_tokens\": 89,\n \"completion_tokens\": 26,\n \"total_tokens\": 115,\n \"prompt_tokens_details\": {\n \"cached_tokens\": 0,\n \"audio_tokens\": 0\n },\n \"completion_tokens_details\": {\n \"reasoning_tokens\": 0,\n \"audio_tokens\": 0,\n \"accepted_prediction_tokens\": 0,\n \"rejected_prediction_tokens\": 0\n }\n },\n \"service_tier\": \"default\",\n \"system_fingerprint\": null\n}\n" | ||
| } | ||
| } |
61 changes: 61 additions & 0 deletions
61
...frameworks/utils/vcr-cassettes/openai/test_embedding_openai_embeddings_post_e8a65512.json
Large diffs are not rendered by default.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...r-cassettes/openai/test_responses_create_stream_False_openai_responses_post_661cf6eb.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| { | ||
| "request": { | ||
| "method": "POST", | ||
| "url": "https://api.openai.com/v1/responses", | ||
| "headers": { | ||
| "User-Agent": "OpenAIClientImpl/Java unknown", | ||
| "X-Stainless-Arch": "arm64", | ||
| "X-Stainless-Lang": "java", | ||
| "X-Stainless-OS": "Linux", | ||
| "X-Stainless-OS-Version": "6.12.65-linuxkit", | ||
| "X-Stainless-Package-Version": "unknown", | ||
| "X-Stainless-Retry-Count": "0", | ||
| "X-Stainless-Runtime": "JRE", | ||
| "X-Stainless-Runtime-Version": "17.0.9", | ||
| "X-Stainless-Read-Timeout": "600", | ||
| "X-Stainless-Timeout": "600", | ||
| "Content-Type": "application/json", | ||
| "Content-Length": "151", | ||
| "Connection": "Keep-Alive", | ||
| "Accept-Encoding": "gzip" | ||
| }, | ||
| "body": "{\"input\":\"Where is the nearest Dunkin' Donuts?\",\"instructions\":\"Talk with a Boston accent.\",\"max_output_tokens\":50,\"model\":\"gpt-4.1\",\"temperature\":0.1}" | ||
| }, | ||
| "response": { | ||
| "status": { | ||
| "code": 200, | ||
| "message": "OK" | ||
| }, | ||
| "headers": { | ||
| "Date": "Fri, 20 Feb 2026 00:01:31 GMT", | ||
| "Content-Type": "application/json", | ||
| "Transfer-Encoding": "chunked", | ||
| "Connection": "keep-alive", | ||
| "Server": "cloudflare", | ||
| "openai-version": "2020-10-01", | ||
| "openai-project": "proj_gt6TQZPRbZfoY2J9AQlEJMpd", | ||
| "x-request-id": "req_796176c9da464aaf8c000e63907a2bf7", | ||
| "openai-processing-ms": "1286", | ||
| "cf-cache-status": "DYNAMIC", | ||
| "set-cookie": "__cf_bm=HilBezoeGvyXngzMc0Hg5DN6LG9wn_W3H8k.lG1Jz20-1771545689.5935988-1.0.1.1-bWm4zCWS6C.HmOejInX98jG7KXqlhLKGLxZlPVQtSvp_ZVUH8sbSxIOSCmYHzImhWSX55AD1yIc.F4swLEWMcUUtZPrBalOmf3KSpx75d.0DPU0BD_n4nstlZ1bNu0LX; HttpOnly; Secure; Path=/; Domain=api.openai.com; Expires=Fri, 20 Feb 2026 00:31:31 GMT", | ||
| "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", | ||
| "X-Content-Type-Options": "nosniff", | ||
| "Content-Encoding": "gzip", | ||
| "CF-RAY": "9d09bacffb441760-SEA", | ||
| "alt-svc": "h3=\":443\"; ma=86400" | ||
| }, | ||
| "body": "{\n \"id\": \"resp_081d29a052f49e9a016997a459f6fc819681f5286582acecea\",\n \"object\": \"response\",\n \"created_at\": 1771545690,\n \"status\": \"incomplete\",\n \"background\": false,\n \"billing\": {\n \"payer\": \"developer\"\n },\n \"completed_at\": null,\n \"error\": null,\n \"frequency_penalty\": 0.0,\n \"incomplete_details\": {\n \"reason\": \"max_output_tokens\"\n },\n \"instructions\": \"Talk with a Boston accent.\",\n \"max_output_tokens\": 50,\n \"max_tool_calls\": null,\n \"model\": \"gpt-4.1-2025-04-14\",\n \"output\": [\n {\n \"id\": \"msg_081d29a052f49e9a016997a45a44608196a2d157dfe2ab47ff\",\n \"type\": \"message\",\n \"status\": \"incomplete\",\n \"content\": [\n {\n \"type\": \"output_text\",\n \"annotations\": [],\n \"logprobs\": [],\n \"text\": \"Ah, ya lookin\\u2019 for a Dunkies, huh? Classic! In Boston, ya can\\u2019t throw a rock without hittin\\u2019 a Dunkin\\u2019. There\\u2019s prob\\u2019ly one on the next block, right next to the T stop.\"\n }\n ],\n \"role\": \"assistant\"\n }\n ],\n \"parallel_tool_calls\": true,\n \"presence_penalty\": 0.0,\n \"previous_response_id\": null,\n \"prompt_cache_key\": null,\n \"prompt_cache_retention\": null,\n \"reasoning\": {\n \"effort\": null,\n \"summary\": null\n },\n \"safety_identifier\": null,\n \"service_tier\": \"default\",\n \"store\": false,\n \"temperature\": 0.1,\n \"text\": {\n \"format\": {\n \"type\": \"text\"\n },\n \"verbosity\": \"medium\"\n },\n \"tool_choice\": \"auto\",\n \"tools\": [],\n \"top_logprobs\": 0,\n \"top_p\": 1.0,\n \"truncation\": \"disabled\",\n \"usage\": {\n \"input_tokens\": 27,\n \"input_tokens_details\": {\n \"cached_tokens\": 0\n },\n \"output_tokens\": 50,\n \"output_tokens_details\": {\n \"reasoning_tokens\": 0\n },\n \"total_tokens\": 77\n },\n \"user\": null,\n \"metadata\": {}\n}" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| FROM maven:3.9.14-eclipse-temurin-17 AS build | ||
|
|
||
| ARG FRAMEWORK_VERSION=latest | ||
| ENV FRAMEWORK_VERSION=${FRAMEWORK_VERSION} | ||
|
|
||
| WORKDIR /app | ||
|
|
||
| COPY utils/build/docker/java/openai_app /app | ||
|
|
||
| # Copy DD trace installation scripts and binaries | ||
| COPY utils/build/docker/java/install_ddtrace.sh binaries* /binaries/ | ||
|
|
||
| RUN /binaries/install_ddtrace.sh | ||
|
|
||
| # Build the shadow (fat) JAR | ||
| RUN ["./gradlew", "shadowJar"] | ||
|
|
||
| FROM eclipse-temurin:17-jre | ||
|
|
||
| WORKDIR /app | ||
|
|
||
| COPY --from=build /binaries/SYSTEM_TESTS_LIBRARY_VERSION /binaries/SYSTEM_TESTS_LIBRARY_VERSION | ||
| COPY --from=build /app/build/libs/single-file-server-1.0.0-all.jar /app/app.jar | ||
| COPY --from=build /dd-tracer/dd-java-agent.jar /app/dd-java-agent.jar | ||
| COPY --from=build /app/system_tests_library_version.sh /app/system_tests_library_version.sh | ||
|
|
||
| COPY utils/build/docker/java/app.sh /app/app.sh | ||
| RUN chmod +x /app/app.sh /app/system_tests_library_version.sh | ||
|
|
||
| ENV DD_TRACE_STARTUP_LOGS=true | ||
| ENV DD_ENV="test-env" | ||
| ENV DD_VERSION="1.0" | ||
|
|
||
| CMD ["/app/app.sh"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| .gradle/ | ||
| build/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| plugins { | ||
| id 'java' | ||
| id 'application' | ||
| id 'com.github.johnrengelman.shadow' version '7.1.2' | ||
| } | ||
|
|
||
| group = 'com.example' | ||
| version = '1.0.0' | ||
|
|
||
| sourceCompatibility = '17' | ||
| targetCompatibility = '17' | ||
|
|
||
| repositories { | ||
| mavenCentral() | ||
| } | ||
|
|
||
| dependencies { | ||
| implementation 'io.javalin:javalin:5.3.2' | ||
| implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' | ||
| implementation 'org.json:json:20230227' | ||
| implementation 'org.slf4j:slf4j-simple:2.0.3' | ||
| def openaiVersion = System.getenv('FRAMEWORK_VERSION') | ||
| if (openaiVersion == null || openaiVersion.isEmpty() || openaiVersion == 'latest') { | ||
| openaiVersion = '+' | ||
| } | ||
| implementation "com.openai:openai-java:${openaiVersion}" | ||
| implementation 'com.anthropic:anthropic-java:2.4.0' | ||
|
|
||
| compileOnly files('/dd-tracer/dd-java-agent.jar') | ||
| } | ||
|
|
||
| application { | ||
| mainClass = 'SingleFileServer' | ||
| } | ||
|
|
||
| tasks.register('printOpenAIVersion') { | ||
| dependsOn configurations.runtimeClasspath | ||
| doLast { | ||
| def artifact = configurations.runtimeClasspath.resolvedConfiguration.resolvedArtifacts | ||
| .find { it.name == 'openai-java' } | ||
| println "openai-java resolved version: ${artifact?.moduleVersion?.id?.version}" | ||
| } | ||
| } | ||
| build.finalizedBy 'printOpenAIVersion' |
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
utils/build/docker/java/openai_app/gradle/wrapper/gradle-wrapper.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.