After installing sccache, drop this file in ~/.config/systemd/user/, then:
systemctl --user daemon-reload
systemctl enable --now sccacheAfter installing sccache, drop this file in ~/.config/systemd/user/, then:
systemctl --user daemon-reload
systemctl enable --now sccache| /* | |
| * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. | |
| * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | |
| * | |
| * This code is free software; you can redistribute it and/or modify it | |
| * under the terms of the GNU General Public License version 2 only, as | |
| * published by the Free Software Foundation. Oracle designates this | |
| * particular file as subject to the "Classpath" exception as provided | |
| * by Oracle in the LICENSE file that accompanied this code. | |
| * |
| eclipse { | |
| project { | |
| natures 'org.eclipse.jdt.core.javanature', 'org.eclipse.xtext.ui.shared.xtextNature' | |
| buildCommand 'org.eclipse.jdt.core.javabuilder' | |
| buildCommand 'org.eclipse.xtext.ui.shared.xtextBuilder' | |
| } | |
| classpath { | |
| containers 'at.bestsolution.efxclipse.tooling.jdt.core.JAVAFX_CONTAINER' | |
| } |