Skip to content

Commit 7b406f7

Browse files
Merge pull request #747 from IETS3/feature/update_pcollections_2021_3
Update PCollections to 4.0.1 and Gradle 8.5
2 parents 68aa03b + 16c4af5 commit 7b406f7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
55
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
77

8+
## January 2024
9+
10+
### Changed
11+
12+
- The PCollections library was updated to version 4.0.1.
13+
814
## December 2023
915

1016
### Fixed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ext.incrementalBuild = !project.hasProperty("disableIncrementalBuild")
116116

117117

118118
wrapper {
119-
gradleVersion '5.5.1'
119+
gradleVersion '8.5'
120120
distributionType Wrapper.DistributionType.ALL
121121
}
122122

@@ -131,7 +131,7 @@ dependencies {
131131
mps "com.jetbrains:mps:$mpsVersion"
132132
languageLibs "com.mbeddr:platform:$mbeddrVersionSelector"
133133
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'
135135
}
136136

137137

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)