Skip to content

Releases: rivancic/gradle

Upgrade to Gradle 8.2 and Java 17

11 Jul 16:51
755c67a
Compare
Choose a tag to compare

Upgrade projects to use Gradle Wrapper latest version 8.2
Use latest LTS Java version 17.

Gradle Plugin Portal

17 Apr 15:19
8ddf160
Compare
Choose a tag to compare

File sorting plugin is published to Gradle Plugin Portal with the ID of com.rivancic.files-plugin.

binary-plugin-assignment-test-project project now supports switching between different maven repositories from where the com.rivancic.files-plugin will be fetched.

Binary Plugin Assignment

13 Feb 10:35
8213374
Compare
Choose a tag to compare

Add Binary Plugin Assignment
Upgrading to major release as Udemy course went through some iterations and I decided that I will fully support this project in next years always try to evolve it.
Course isn't free anymore.

Upgrade Gradle to 7.3

13 Nov 22:05
b76e129
Compare
Choose a tag to compare

Local Maven Publishing

22 Oct 11:15
Compare
Choose a tag to compare

Add code demonstrating Local Maven publishing with the usage of maven-publish plugin.

Binary Plugin Example

08 Sep 01:49
0d4d1e0
Compare
Choose a tag to compare
  • Add example of simple binary plugin

Local Script Plugin Example

21 Aug 18:07
f208bd1
Compare
Choose a tag to compare
  • Add example of local script plugin usage
  • Update Gradle wrapper version to 7.2

Task assignment improvement

18 Aug 16:28
Compare
Choose a tag to compare
  • Improve READMEs - Add links
  • Improve Tasks code

Task assignment

08 Aug 11:53
a812945
Compare
Choose a tag to compare

Create first assignment

This assignment requires that you create one task that can sort files and clean task that will delete build directory.
It's purpose is to prepare base for upcoming assignments that will focus on plugin creation.