<div dir="ltr">I recently upgraded to snapcraft 2.24 (from 2.22) for building my .snaps.<div>Now I am getting the following warning :</div><div><br></div><div><div><div>Use of build-properties in the schema is deprecated.</div><div>Plugins should now implement get_build_properties</div><div><br></div><div><br></div><div>This is my yaml file :</div><div><br></div><div><div>name: gateway</div><div>version: '2.0' # just for humans, typically '1.2+git' or '1.3.2'</div><div>summary: EpiSensor IIoT Gateway Application # 79 char long summary</div><div>description:</div><div>  This is a Java application with  web interface and a RESTful API.</div><div>grade: devel # must be 'stable' to release into candidate/stable channels</div><div>confinement: devmode # use 'strict' once you have the right plugs and slots</div><div>icon: epi-icon-256x256px.png</div><div><br></div><div>apps:</div><div>  main:</div><div>    command: bin/wrapper</div><div>    daemon: simple</div><div>    plugs: [zap-plug]</div><div><br></div><div>plugs:</div><div>    zap-plug:</div><div>        interface: serial-port</div><div><br></div><div>parts:</div><div>    move-lib:</div><div>        plugin: dump</div><div>        source: ./lib/</div><div>        organize:</div><div>            "*": lib/</div><div>    move-ext-lib:</div><div>        plugin: dump</div><div>        source: ./ext-lib/</div><div>        organize:</div><div>            "*": ext-lib/</div><div>    move-webapp:</div><div>        plugin: dump</div><div>        source: ./webapp/</div><div>        organize:</div><div>            "*": webapp/</div><div>    move-config:</div><div>        plugin: dump</div><div>        source: ./config/</div><div>        organize:</div><div>            "*": config/</div><div>    move-scripts:</div><div>        plugin: dump</div><div>        source: ./scripts/</div><div>        organize:</div><div>            "*": scripts/</div><div>    main:</div><div>       plugin: ant</div><div>       source: .</div><div>    wrapper:</div><div>        plugin: make</div><div>        source: .</div><div>    move-rxtx:</div><div>        after: [move-ext-lib]</div><div>        plugin: dump</div><div>        source: ./rxtx</div><div>        organize:</div><div>            RXTXcomm.jar: ext-lib/RXTXcomm.jar</div><div>            librxtxSerial.so: usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/librxtxSerial.so</div></div><div><br></div><div><br></div><div>Any ideas as to why this has changed?</div><div><br></div>-- <br><div class="gmail_signature"><div><strong>Jenny Murphy</strong></div>
<div><strong>EpiSensor, Georges Quay House, Georges Quay, Limerick, Ireland</strong></div>
<div>jenny.murphy<a href="mailto:jenny.murphy@episensor.com" target="_blank">@episensor.com</a>  t | +353 (0) 61 512 511  w | <a href="http://www.episensor.com/" target="_blank">http://www.episensor.com</a></div></div>
</div></div></div>