From a32e9102ef7cf892ecd265360d46c682b01cfb80 Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Sun, 3 Sep 2023 18:36:53 +0200 Subject: [PATCH] chore: ignore java-version from license check --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 3f7f739d3..62041777c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -40,5 +40,6 @@ header: - '**/*.iml' - '.releaserc.json' - '.commitlintrc.json' + - '.java-version' comment: on-failure