Skip to content

Commit

Permalink
spotless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayKhulbe committed Dec 29, 2024
1 parent 06a2c16 commit 0c8f296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spotless {
include '**/*.cpp', '**/*.cc', '**/*.h', '**/*.hpp'
exclude '**/build/**', '**/build-*/**'
}
def selectedClangVersion = project.hasProperty('fromCI') ? '19.1.5' : '18.1.8'
def selectedClangVersion = project.hasProperty('fromCI') ? '18.1.8' : '18.1.8'

def styleFile = file('style.standard')
def styleConfig = styleFile.text.trim()
Expand Down Expand Up @@ -200,4 +200,4 @@ runCppcheck.onlyIf { !project.hasProperty('fromCI') }
if (!project.hasProperty('fromCI')) {
check.dependsOn runCppcheck
runCppcheck.dependsOn spotlessApply
}
}

0 comments on commit 0c8f296

Please sign in to comment.