Gradle | Property file

preview_player
Показать описание
In this video, we will be doing a final configuration on gradle in order to use a property file. This property file will allows to have a dedicated file for this type of configuration at the same time as it will also allows us to overide that property whenever executing a task.

============TABLE OF CONTENTS===========
- 0:00 Introduction
- 0:49 Explaining the problem that we will be solving
- 2:15 Creating a task to print the properties value
- 2:42 Overriding the property
- 3:20 Setting up the test task to use the created property
- 4:44 Setting up the sanity and regression tasks
- 5:25 Checking the changes worked on CircleCI

============DOCUMENTATION===========

============GITHUB===========
- Branch: 32-gradle-properties

============MENTIONED VIDEOS===========

============PLAYLISTS===========

============SOCIAL MEDIAS===========

====OPENING IMAGE====
- Batman Dark Knight Returns

====MUSIC BY====
- Author: Simone Geravini
- Licensed by: Zimo Music
Рекомендации по теме
Комментарии
Автор

Hi, I have a very specific query related to gradle and spring boot, I want to import an external properties file in gradle and then set all the properties in that file to system environment variables so that I can use them in Spring Boot application. As the build an Application are using different JVM space, I am not able to do that. I also tried expand(project.properties but it doesn't work). Please reply if you could suggest.

RanjitSingh-mwmb