Skip to content

Commit 2fb9823

Browse files
committed
Make plugin available for next EAP
1 parent f050acc commit 2fb9823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ intellij {
2323
username System.getenv('IJ_REPO_USERNAME')
2424
password System.getenv('IJ_REPO_PASSWORD')
2525
}
26+
27+
patchPluginXml {
28+
untilBuild '173.*'
29+
}
2630
}
2731

2832
group 'com.cedricziel'

0 commit comments

Comments
 (0)