Index: /applications/editors/josm/plugins/mapillary/.settings/Build JOSM-Mapillary.launch
===================================================================
--- /applications/editors/josm/plugins/mapillary/.settings/Build JOSM-Mapillary.launch	(revision 31816)
+++ /applications/editors/josm/plugins/mapillary/.settings/Build JOSM-Mapillary.launch	(revision 31817)
@@ -9,8 +9,9 @@
     <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
   </listAttribute>
-  <booleanAttribute key="show_console_view" value="true"/>
-  <booleanAttribute key="show_execution_view" value="false"/>
+  <booleanAttribute key="show_console_view" value="false"/>
+  <booleanAttribute key="show_execution_view" value="true"/>
   <listAttribute key="tasks">
     <listEntry value="build"/>
+    <listEntry value="javadoc"/>
   </listAttribute>
   <stringAttribute key="working_dir" value="${workspace_loc:/JOSM-Mapillary}"/>
Index: /applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31816)
+++ /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31817)
@@ -105,14 +105,18 @@
 jar {
   manifest {
-    attributes("Plugin-Mainversion": project.property('plugin.main.version'),
-               "Plugin-Version": "31802",
-               "Plugin-Class": project.property('plugin.class'),
-               "Plugin-Description": project.property('plugin.description'),
-               "Plugin-Date": String.format("%1\$tY-%1\$tm-%1\$tdT%1\$tH:%1\$tM:%1\$tS%1\$tz", new GregorianCalendar()),
-               "Author": project.property('plugin.author'),
-               "Plugin-Link": project.property('plugin.link'),
-               "Plugin-Icon": project.property("plugin.icon"),
-               "Plugin-Requires": project.property("plugin.requires"),
-               "Plugin-Canloadatruntime": project.property('plugin.canloadatruntime'))
+    attributes(
+      "Gradle-Version": project.getGradle().getGradleVersion(),
+      "Created-By": System.getProperty("java.version")+" ("+System.getProperty("java.vendor")+")",
+      "Plugin-Mainversion": project.property('plugin.main.version'),
+      "Plugin-Version": "31817",
+      "Plugin-Class": project.property('plugin.class'),
+      "Plugin-Description": project.property('plugin.description'),
+      "Plugin-Date": String.format("%1\$tY-%1\$tm-%1\$tdT%1\$tH:%1\$tM:%1\$tS%1\$tz", new GregorianCalendar()),
+      "Author": project.property('plugin.author'),
+      "Plugin-Link": project.property('plugin.link'),
+      "Plugin-Icon": project.property("plugin.icon"),
+      "Plugin-Requires": project.property("plugin.requires"),
+      "Plugin-Canloadatruntime": project.property('plugin.canloadatruntime')
+    )
   }
 }
Index: /applications/editors/josm/plugins/mapillary/gradle.properties
===================================================================
--- /applications/editors/josm/plugins/mapillary/gradle.properties	(revision 31816)
+++ /applications/editors/josm/plugins/mapillary/gradle.properties	(revision 31817)
@@ -7,5 +7,5 @@
 plugin.main.version=8433
 plugin.requires=apache-commons;apache-http
-plugin.version=1.1.1
+plugin.version=1.1.2
 #plugin.early=...
 #plugin.stage=...
