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

Commit 56b3d4d

Browse files
committed
Removed release plugin
1 parent 73bd65a commit 56b3d4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ release {
174174

175175
task build {
176176
dependsOn subprojects.findResults { it.tasks.findByName('assemble') }
177+
dependsOn subprojects.findResults { it.tasks.findByName('check') }
178+
dependsOn subprojects.findResults { it.tasks.findByName('bintrayUpload') }
177179
}
178180

179181
task wrapper(type: Wrapper) {

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 = 5.0.3
20+
version = 5.0.3-SNAPSHOT
2121
PROJECT_GROUP = com.graphql-java-kickstart
2222
PROJECT_NAME = graphql-spring-boot
2323
PROJECT_DESC = GraphQL Spring Framework Boot

0 commit comments

Comments
 (0)