Skip to content

Commit ab08c19

Browse files
Copyright goes in the first place
1 parent b96f193 commit ab08c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration-tests/test-app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import io.spine.internal.gradle.checkstyle.CheckStyleConfig
2-
31
/*
42
* Copyright 2022, TeamDev. All rights reserved.
53
*
@@ -26,8 +24,10 @@ import io.spine.internal.gradle.checkstyle.CheckStyleConfig
2624
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2725
*/
2826

27+
import io.spine.internal.gradle.checkstyle.CheckStyleConfig
28+
2929
plugins {
30-
id("org.gretty").version("3.0.6")
30+
id("org.gretty").version("3.0.7")
3131
id("com.github.psxpaul.execfork").version("0.1.13")
3232
id("io.spine.mc-java")
3333
}

0 commit comments

Comments
 (0)