summaryrefslogtreecommitdiff
path: root/opendc-workflow/opendc-workflow-api/build.gradle.kts
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-03-05 13:23:57 +0100
committerGitHub <noreply@github.com>2024-03-05 13:23:57 +0100
commit5864cbcbfe2eb8c36ca05c3a39c7e5916aeecaec (patch)
tree5b2773b8dc21c2e1b526fb70f829c376dd80532a /opendc-workflow/opendc-workflow-api/build.gradle.kts
parentd28002a3c151d198298574312f32f1cb43f3a660 (diff)
Updated package versions, updated web server tests. (#207)
* Updated all package versions including kotlin. Updated all web-server tests to run. * Changed the java version of the tests. OpenDC now only supports java 19. * small update * test update * new update * updated docker version to 19 * updated docker version to 19
Diffstat (limited to 'opendc-workflow/opendc-workflow-api/build.gradle.kts')
-rw-r--r--opendc-workflow/opendc-workflow-api/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-workflow/opendc-workflow-api/build.gradle.kts b/opendc-workflow/opendc-workflow-api/build.gradle.kts
index 03569d8c..ac94082b 100644
--- a/opendc-workflow/opendc-workflow-api/build.gradle.kts
+++ b/opendc-workflow/opendc-workflow-api/build.gradle.kts
@@ -22,7 +22,7 @@
description = "Workflow orchestration service API for OpenDC"
-/* Build configuration */
+// Build configuration
plugins {
`kotlin-library-conventions`
}