File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ allprojects { currentProj ->
127
127
// * any new checkers have been added, or
128
128
// * backward-incompatible changes have been made to APIs or elsewhere.
129
129
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
130
- version = ' 3.49.5-SNAPSHOT '
130
+ version = ' 3.49.5'
131
131
132
132
tasks. withType(JavaCompile ). configureEach {
133
133
options. fork = true
Original file line number Diff line number Diff line change 1
- Version 3.49.4 (July 1 , 2025)
1
+ Version 3.49.5 (June 30 , 2025)
2
2
-----------------------------
3
3
4
4
** User-visible changes:**
5
5
6
6
The Checker Framework runs under JDK 25 -- that is, it runs on a version 25 JVM.
7
7
8
- ** Implementation details:**
9
-
10
8
** Closed issues:**
11
9
10
+ #7093 .
11
+
12
12
13
13
Version 3.49.4 (June 2, 2025)
14
14
-----------------------------
You can’t perform that action at this time.
0 commit comments