https://github.com/bb4/bb4-project-template
A trivial bb4 project that can be used as a template creating new bb4 nprojects. Just duplicate it and start modifying it.
https://github.com/bb4/bb4-project-template
Last synced: 3 months ago
JSON representation
A trivial bb4 project that can be used as a template creating new bb4 nprojects. Just duplicate it and start modifying it.
- Host: GitHub
- URL: https://github.com/bb4/bb4-project-template
- Owner: bb4
- License: mit
- Created: 2018-10-14T12:31:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T14:18:27.000Z (over 1 year ago)
- Last Synced: 2025-01-10T17:41:31.285Z (about 1 year ago)
- Language: Scala
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-project-template
A trivial bb4 project that can be used as a template when creating new bb4 projects.
## How to use it
1. First create a new bb4-\ repository in github with no files in it.
1. Then either
* Create a [bare clone](https://help.github.com/articles/duplicating-a-repository/) and modify it, or
* Manually copy the project files from a clone of bb4-project-template into a new clone of the empty bb4-\
directory on the file system. Do not copy the iml file or the following directories:
* .* (.git, .gradle, .idea)
* build
* gradle
* out
I prefer the second approach because then it will not have the git history from bb4-project-template.
1. Open the new project in Intellij by opening the build.gradle file. In the import dialog, select the option to use the gradle wrapper instead of specifying the location of gradle. Now you have a working project to start from. Just modify it as needed to create your new bb4 project.
1. Update the gitUrl in the Jenkins file.