We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7db13e commit 1edeedeCopy full SHA for 1edeede
build.gradle
@@ -77,6 +77,8 @@ subprojects {
77
}
78
79
spotless { spot ->
80
+ ratchetFrom "origin/main/3.x"
81
+
82
java {
83
targetExclude 'src/test/resources/**'
84
formatAnnotations()
license_header.txt
@@ -1,6 +1,6 @@
1
This file is part of indra, licensed under the MIT License.
2
3
-Copyright (c) 2020-2022 KyoriPowered
+Copyright (c) $YEAR KyoriPowered
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments