File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
prj/coherence-dependencies Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
3+ Copyright (c) 2000, 2025 , Oracle and/or its affiliates.
44
55 Licensed under the Universal Permissive License v 1.0 as shown at
66 https://oss.oracle.com/licenses/upl.
12251225 props.setProperty("project.timestamp", timestamp)
12261226 desc = "(dev-" + System.getProperty("user.name") + ")"
12271227 }
1228+ props.setProperty("skip.docs", "true")
1229+ props.setProperty("skip.sources", "true")
1230+ }
1231+ else
1232+ {
1233+ props.setProperty("skip.docs", "false")
1234+ props.setProperty("skip.sources", "false")
12281235 }
12291236 props.setProperty("project.impl.description", desc)
12301237
You can’t perform that action at this time.
0 commit comments