Skip to content

location service: fix implementation of getCurrentLocation() #1272

location service: fix implementation of getCurrentLocation()

location service: fix implementation of getCurrentLocation() #1272

Workflow file for this run

name: Build application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Build with Gradle
run: |
cd config-holder
./gradlew build --no-daemon