Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
exclude metrics file from license
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo14 committed Jan 12, 2023
1 parent 756e438 commit 5598022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasdb-impl-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license {
exclude '**/PutUnlessExistsTableMetrics.java'
exclude '**/TargetedSweepProgressMetrics.java'
exclude '**/TimestampCorrectnessMetrics.java'
exclude '**/ExpectationsDataCollectionMetrics.java'
exclude '**/ExpectationsMetrics.java'
exclude '**/VerificationModeMetrics.java'
}

Expand Down

0 comments on commit 5598022

Please sign in to comment.