diff options
author | Luck <git@lucko.me> | 2022-02-06 20:25:07 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-02-06 20:25:07 +0000 |
commit | 25f46b649363d99f51b1b5262b5f7c0ce0c3251b (patch) | |
tree | d6e0350051d0e14d62bbd9764797ce334bf947f7 /spark-common/build.gradle | |
parent | c5494d20ce8c3c8868f0fc8e19a03d7888c6fe78 (diff) | |
download | spark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.tar.gz spark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.tar.bz2 spark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.zip |
Improve build tooling
- add version to output file name
- check license headers automatically
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r-- | spark-common/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle index c1ddafb..aa0f409 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -2,6 +2,10 @@ plugins { id 'com.google.protobuf' version '0.8.16' } +license { + exclude '**/sampler/async/jfr/**' +} + dependencies { api project(':spark-api') implementation 'com.github.jvm-profiling-tools:async-profiler:v2.5' |