Skip to content

Commit 548a1eb

Browse files
Restore setter while Gradle still populates value
1 parent 6efd1d2 commit 548a1eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

api/src/org/labkey/api/module/DefaultModule.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,12 @@ public void setVcsBranch(String vcsBranch)
817817
_vcsBranch = vcsBranch;
818818
}
819819

820+
@SuppressWarnings({"UnusedDeclaration"})
821+
public void setVcsTag(String vcsTag)
822+
{
823+
// Ignored - present in module.xml but not used
824+
}
825+
820826
public final String getBuildUser()
821827
{
822828
return _buildUser;

0 commit comments

Comments
 (0)