Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d34e418dcc
|
|||
|
bcca590741
|
|||
|
c47bb2093e
|
|||
|
64c4f20d97
|
|||
|
2fc1bf36c1
|
|||
|
eb5396b891
|
|||
|
e12d005a25
|
|||
|
6e50fc278e
|
|||
|
c8866af418
|
|||
|
359dbba09a
|
|||
|
e4b1b40104
|
|||
|
73f044ab8b
|
|||
|
32b868df22
|
|||
|
3a66dffa10
|
@@ -1,6 +1,6 @@
|
||||
# GHAST TOOLS
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Набор вспомогательных инструментов для Bukkit API.
|
||||
@@ -611,7 +611,7 @@ repositories {
|
||||
```
|
||||
|
||||
```groovy
|
||||
implementation group: 'ghast', name: 'ghast-tools', version: '1.9'
|
||||
implementation group: 'ghast', name: 'ghast-tools', version: '1.10'
|
||||
```
|
||||
|
||||
### Maven
|
||||
@@ -630,7 +630,7 @@ implementation group: 'ghast', name: 'ghast-tools', version: '1.9'
|
||||
<dependency>
|
||||
<groupId>ghast</groupId>
|
||||
<artifactId>ghast-tools</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>1.10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
@@ -30,7 +30,6 @@ ext {
|
||||
commons_text: 'org.apache.commons:commons-text:1.9',
|
||||
lombok: 'org.projectlombok:lombok:1.18.12',
|
||||
reflection_object: 'ru.dmitriymx:reflection-object:1.0-BETA',
|
||||
mysql: 'mysql:mysql-connector-java:8.0.22',
|
||||
test: [
|
||||
junit5: [
|
||||
"org.junit.jupiter:junit-jupiter-api:$junitVersion",
|
||||
@@ -66,7 +65,6 @@ dependencies {
|
||||
annotationProcessor libs.lombok
|
||||
|
||||
compileOnly2 libs.bukkit
|
||||
compileOnly libs.mysql
|
||||
implementation libs.commons_text
|
||||
implementation libs.reflection_object
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
projectGroup=ghast
|
||||
projectName=ghast-tools
|
||||
projectVersion=1.4
|
||||
projectVersion=1.10
|
||||
Reference in New Issue
Block a user