This commit is contained in:
2025-09-15 17:47:11 +02:00
parent aedad7306d
commit c135fc90d0
3 changed files with 3 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ jobs:
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
BUILD_OPTION: -x testIntegration
secrets: inherit

View File

@@ -22,4 +22,4 @@ dependencies {
}
group = "ltd.lulz"
description = "service template"
description = "device data service"

View File

@@ -34,4 +34,4 @@ pluginManagement.repositories {
gradlePluginPortal()
}
rootProject.name = "service"
rootProject.name = "device-data"