Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit 2c29bb1

Browse files
committed
Source cleanup
Jetbrains annotations removed from sources
1 parent f4dac43 commit 2c29bb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply from: 'jacoco.gradle'
2525

2626
group 'ru.endlesscode'
2727
description 'API for integration with Bukkit RPG plugins'
28-
version '1.1.0'
28+
version '1.1.1'
2929

3030
javadoc {
3131
options.tags = ['apiNote:a:API Note:', 'implSpec:a:Implementation Requirements:', 'implNote:a:Implementation Note:']
@@ -61,8 +61,10 @@ configurations {
6161
}
6262

6363
dependencies {
64-
compile group: 'ru.endlesscode', name: 'MimicAPI', version: "$apiVersion"
65-
include group: 'ru.endlesscode', name: 'MimicAPI', version: "$apiVersion"
64+
compile(group: 'ru.endlesscode', name: 'MimicAPI', version: "$apiVersion")
65+
include(group: 'ru.endlesscode', name: 'MimicAPI', version: "$apiVersion") {
66+
exclude group: 'org.jetbrains'
67+
}
6668
provided group: 'org.jetbrains', name: 'annotations', version: '15.0'
6769
testCompile group: 'org.mockito', name: 'mockito-core', version: "$mockitoVersion"
6870
testCompile group: 'org.powermock', name: 'powermock-module-junit4', version: "$powermockVersion"

0 commit comments

Comments
 (0)