Skip to content

Commit

Permalink
Fix expandValueSet operation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbehrend committed Apr 25, 2024
1 parent b0ec72d commit 6a14750
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {
id("io.spring.dependency-management") version "1.0.11.RELEASE"
}

compileJava.options.fork = true
compileJava.options.forkOptions.executable = 'C:\\Users\\Confi Dential\\.jdks\\corretto-11.0.23'

group 'org.example'
version '1.0-SNAPSHOT'

Expand Down
Loading

0 comments on commit 6a14750

Please sign in to comment.