diff --git a/build.gradle b/build.gradle index ca591a1e4..7aaa770d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2017 Chris Magnussen and Elior Boukhobza + * Copyright (c) 2018 Chris Magnussen and Elior Boukhobza * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -121,7 +121,7 @@ intellij { patchPluginXml { version "$version" - sinceBuild System.getenv("pluginSinceBuild") ?: '181.1055.1' + sinceBuild System.getenv("pluginSinceBuild") ?: '181.3494.1' changeNotes file("$projectDir/docs/CHANGELOG.html").text // untilBuild System.getenv("pluginUntilBuild") ?: untilBuildP }