Skip to content

Commit 2c38ccb

Browse files
author
Andrey K
committed
Initial commit
1 parent f0e5a67 commit 2c38ccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
// Apply the java-library plugin to add support for Java Library
33
id 'java-library'
4+
id 'maven-publish'
45
}
56

67
repositories {
@@ -11,6 +12,7 @@ repositories {
1112
}
1213

1314
version '1.0.0'
15+
group = 'com.github.Legionivo'
1416

1517
sourceCompatibility = JavaVersion.VERSION_11
1618

@@ -39,6 +41,7 @@ dependencies {
3941

4042
apply plugin: 'java'
4143
apply plugin: 'idea'
44+
apply plugin: 'maven'
4245

4346
test {
4447
// Use junit platform for unit tests

0 commit comments

Comments
 (0)