File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id ' com.jfrog.bintray' apply false
3
+ }
4
+
1
5
allprojects {
2
6
group ' imgui-java'
3
7
version property(' version' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java-library'
3
3
id ' io.freefair.lombok' version ' 5.3.0'
4
4
id ' checkstyle'
5
- id ' com.jfrog.bintray' version ' 1.8.4 '
5
+ id ' com.jfrog.bintray'
6
6
id ' maven-publish'
7
7
}
8
8
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' com.jfrog.bintray' version ' 1.8.4 '
3
+ id ' com.jfrog.bintray'
4
4
id ' maven-publish'
5
5
}
6
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import imgui.generate.GenerateLibs
3
3
plugins {
4
4
id ' java'
5
5
id ' checkstyle'
6
- id ' com.jfrog.bintray' version ' 1.8.4 '
6
+ id ' com.jfrog.bintray'
7
7
id ' maven-publish'
8
8
}
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
3
3
plugins {
4
4
id ' java'
5
5
id ' checkstyle'
6
- id ' com.jfrog.bintray' version ' 1.8.4 '
6
+ id ' com.jfrog.bintray'
7
7
id ' maven-publish'
8
8
}
9
9
Original file line number Diff line number Diff line change
1
+ pluginManagement {
2
+ plugins {
3
+ id ' com.jfrog.bintray' version ' 1.8.5'
4
+ }
5
+ }
6
+
1
7
rootProject. name = ' imgui-java'
2
8
include ' imgui-binding'
3
9
include ' imgui-lwjgl3'
4
10
include ' imgui-binding-natives'
5
11
include ' imgui-app'
6
12
include ' example'
7
-
You can’t perform that action at this time.
0 commit comments