We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08f64d commit 355508eCopy full SHA for 355508e
.circleci/config.yml
@@ -277,7 +277,6 @@ jobs:
277
- run:
278
name: Run Ktlint Code Formatting Check
279
command: |
280
- exit 1 # checkin send error to slack
281
echo "🧹 Running Ktlint code formatting check..."
282
./gradlew ktlintCheck --no-daemon --max-workers=1 || {
283
echo "❌ Ktlint found code formatting violations"
@@ -306,6 +305,7 @@ jobs:
306
305
307
name: Generate Javadoc
308
+ exit 1 # checkin send error to slack
309
echo "📝 Generating Javadoc documentation..."
310
./gradlew javadoc --no-scan || {
311
echo "❌ Javadoc generation failed"
0 commit comments