Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffplug/goomph
/ addIU
Method
addIU
src/main/java/com/diffplug/gradle/p2/P2Model.java:114–116 ·
view source on GitHub ↗
(String iu)
Source
from the content-addressed store, hash-verified
112
}
113
114
public
void
addIU(String iu) {
115
ius.add(iu);
116
}
117
118
public
void
addIU(String iu, String version) {
119
ius.add(iu +
"/"
+ version);
Callers
7
testData
Method · 0.95
test
Method · 0.95
p2model
Method · 0.95
addFeature
Method · 0.95
p2model
Method · 0.95
ConventionStyle
Method · 0.80
requireIUs
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
2
testData
Method · 0.76
test
Method · 0.76