gradle: разделение на gradle-module's
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# GHAST TOOLS
|
# GHAST TOOLS
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
Набор вспомогательных инструментов для Bukkit API.
|
Набор вспомогательных инструментов для Bukkit API.
|
||||||
@@ -611,7 +611,7 @@ repositories {
|
|||||||
```
|
```
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
implementation group: 'ghast', name: 'ghast-tools', version: '1.9'
|
implementation group: 'ghast', name: 'ghast-tools', version: '1.11-SNAPSHOT'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Maven
|
### Maven
|
||||||
@@ -630,7 +630,7 @@ implementation group: 'ghast', name: 'ghast-tools', version: '1.9'
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ghast</groupId>
|
<groupId>ghast</groupId>
|
||||||
<artifactId>ghast-tools</artifactId>
|
<artifactId>ghast-tools</artifactId>
|
||||||
<version>1.9</version>
|
<version>1.11-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
@@ -1,3 +1 @@
|
|||||||
projectGroup=ghast
|
projectGroup=ghast
|
||||||
projectName=ghast-tools
|
|
||||||
projectVersion=1.4
|
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
rootProject.name = projectName
|
include 'tools'
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ if (publishScript.exists()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
project.group = projectGroup
|
project.group = projectGroup
|
||||||
project.version = projectVersion
|
project.version = moduleVersion
|
||||||
|
jar.archiveBaseName.set(moduleName)
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
2
tools/gradle.properties
Normal file
2
tools/gradle.properties
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
moduleName=ghast-tools
|
||||||
|
moduleVersion=1.11-SNAPSHOT
|
||||||
Reference in New Issue
Block a user