File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
5
5
Format of the log is _ loosely_ based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
The project does _ not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
7
7
8
+ ## January 2024
9
+
10
+ ### Changed
11
+
12
+ - The PCollections library was updated to version 4.0.1.
13
+
8
14
## December 2023
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ ext.incrementalBuild = !project.hasProperty("disableIncrementalBuild")
116
116
117
117
118
118
wrapper {
119
- gradleVersion ' 5.5.1 '
119
+ gradleVersion ' 8.5 '
120
120
distributionType Wrapper.DistributionType . ALL
121
121
}
122
122
@@ -131,7 +131,7 @@ dependencies {
131
131
mps " com.jetbrains:mps:$mpsVersion "
132
132
languageLibs " com.mbeddr:platform:$mbeddrVersionSelector "
133
133
junitAnt ' org.apache.ant:ant-junit:1.10.6'
134
- pcollections ' org.pcollections:pcollections:3.1.4 '
134
+ pcollections ' org.pcollections:pcollections:4.0.1 '
135
135
}
136
136
137
137
Original file line number Diff line number Diff line change
1
+ # https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
2
+
3
+ systemProp.javax.xml.parsers.SAXParserFactory =com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
4
+ systemProp.javax.xml.transform.TransformerFactory =com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
5
+ systemProp.javax.xml.parsers.DocumentBuilderFactory =com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments