-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the java-library-template wiki!
To effectively use this template repository, familiarity with the following technologies is recommended:
- Java: The core language used for development.
- Gradle: The build automation tool used for project management.
These technologies are essential for customizing and deploying your application using this template.
Go to the main page of this repository and click the dropdown-button 'Use this template' and select 'Create new repository'. This will bring you to the creation page of a new repository. Give your new repository a new name, description and select public or private and create the repository. Now you can check out your repository on your IDE, currently, I use IntelliJ, that's why I have also run configurations for it.
Go to the unit test class io.github.astrapi69.InitialTemplateTest and set your description for your repository in the
disabled unit test method testRenameToConcreteProject. Then enable the unit test method testRenameToConcreteProject by
commenting out or deleting the annotation @Disabled and running it afterward. This will rename your Gradle project and all related run configurations.
Check if the run configurations are added to git; if not, add them to git.
In the gradle.properties file, alter or modify all properties to match your repository properties.
That it.
A detailed description is published here