Skip to content

Commit 779c3a2

Browse files
committed
resource-config.json added
1 parent 393e2d3 commit 779c3a2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: CHANGELOG.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ link:https://semver.org/spec/v2.0.0.html[Semantic Versioning].
1818
* License notice and documentation
1919
* Special thanks section
2020
* SonarCloud quality gate and coverage badges
21+
* resource-config.json
2122

2223
=== [0.1.9] - 2025-01-11
2324

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"bundles": [],
3+
"resources": {
4+
"includes": [
5+
{
6+
"pattern": "\\Qfreemarker/ext/beans/DefaultMemberAccessPolicy-rules\\E",
7+
"condition": {
8+
"typeReachable": "freemarker.ext.beans.DefaultMemberAccessPolicy"
9+
}
10+
},
11+
{
12+
"pattern": "\\Qfreemarker/version.properties\\E",
13+
"condition": {
14+
"typeReachable": "freemarker.template.utility.ClassUtil"
15+
}
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)