Skip to content

Commit da8215e

Browse files
committed
Updated release process to use retroLambda
1 parent 1f4b826 commit da8215e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/release-process.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Current Release Process
44

55
Update build.gradle:
66
* set isSnapshot to false
7+
* set useRetroLambda to true
78

89
Update gradle.properties:
910
* Set signingEnabled to true
@@ -21,7 +22,7 @@ Login to Sonatype and verify the release:
2122
Commit changes
2223

2324
Increase the version:
24-
* Edit build.gradle: update isSnapshot to true, increase fjBaseVersion, update fjConsumeVersion
25+
* Edit build.gradle: update isSnapshot to true, increase fjBaseVersion, update fjConsumeVersion, update useRetroLambda.
2526
* Edit gradle.properties: set signingEnabled to false
2627

2728
Commit changes and push. Notes that CI builds using Travis and Jenkins will fail with the release due to lack of configured signing.

0 commit comments

Comments
 (0)