Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f7f715b

Browse files
committed
Disable bintray plugin on root project
1 parent 0f3a581 commit f7f715b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
plugins {
21-
id "com.jfrog.bintray" version "$LIB_BINTRAY_PLUGIN_VER"
21+
id "com.jfrog.bintray" version "$LIB_BINTRAY_PLUGIN_VER" apply false
2222
id 'net.researchgate.release' version "$LIB_RELEASE_PLUGIN_VER"
2323
id "org.springframework.boot" version "$LIB_SPRING_BOOT_VER" apply false
2424
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
#
1919

20-
version = 7.0.1
20+
version = 7.0.2-SNAPSHOT
2121

2222
### Project Metadata
2323

0 commit comments

Comments
 (0)